Defining Read Only Properties in JavaScript | JavaScript Objects Tutorial

Publié le: 05 avril 2018
sur la chaîne: dcode
2,723
45

By using the Object.defineProperty method you are able to define properties as 'read only' in JavaScript - this is done by setting the 'writable' property to 'true' while defining the property.

In this video I go over how to do this with a simple example of an object literal representing a Person. Using the 'defineProperty' method I define a new property called 'born' which will describe where the Person was born - and since you can't really change where you were born, we will be defining this as a 'read only' property - you can't change it!

For your reference, check this out:
https://developer.mozilla.org/en-US/d...

Follow me on Twitter @dcode!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!


Sur cette page du site, vous pouvez voir la vidéo en ligne Defining Read Only Properties in JavaScript | JavaScript Objects Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur dcode 05 avril 2018, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,723 fois et il a aimé 45 téléspectateurs. Bon visionnage!