Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

const example mutable

node v10.24.1
version: master
endpointsharetweet
// Create a IPHONE object with two properties const IPHONE = { tipe: "iPhone 8", price: 2000 } // Modify a property of IPHONE IPHONE.price = 8000; console.log(IPHONE);
Loading…

no comments

    sign in to comment