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