Make Object Properties Private, freeCodeCamp Tutorial

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=j9wcagtAm_s



Duration: 5:14
2,783 views
38


In this challenge we learn about maing object properties private in javascript. In the last lesson we used the this keyword to reference public properties of the current object. In this lesson we learn we can create private properties in javascript which aren't accessible from outside the object.




Other Videos By We Will Code


2017-04-05Learn JavaScript, Introduction, codecademy, Javascript Tutorial
2017-04-05Trigger Click Events with jQuery, freeCodeCamp Tutorial
2017-04-05Join Strings with join, freeCodeCamp Tutorial
2017-04-04Split Strings with split, freeCodeCamp Tutorial
2017-04-04Concatenate Arrays with concat, freeCodeCamp Tutorial
2017-04-04Reverse Arrays with reverse, freeCodeCamp Tutorial
2017-04-03Sort Arrays with sort, freeCodeCamp Tutorial
2017-04-03Filter Arrays with filter, freeCodeCamp Tutorials
2017-04-03Condense arrays with reduce, freeCodeCamp Tutorial
2017-04-01Iterate over Arrays with map, freeCodeCamp Tutorial
2017-03-31Make Object Properties Private, freeCodeCamp Tutorial
2017-03-30Make Unique Objects by Passing Parameters to our Constructor, freeCodeCamp Tutorial
2017-03-30Make Instances of Objects with a Constructor Function, freeCodeCamp Tutorial
2017-03-30Construct Javascript Objects with Functions, freeCodeCamp Tutorial
2017-03-30Declare Javascript Objects as Variables, freeCodeCamp Tutorial
2017-03-30Invert Regular Expression Matches with Javascript, freeCodeCamp
2017-03-30Find Whitespace with Regular Expressions, freeCodeCamp Basic Javascript
2017-03-30Find Numbers with Regular Expressions, freeCodeCamp Basic Javascript
2017-03-30Sift through Text with Regular Expressions, freeCodeCamp Basic Javascript
2017-03-29Generate Random Whole Numbers within a Range, freeCodeCamp Basic Javascript
2017-03-28Generate Random Whole Numbers with Javascript, freeCodeCamp Basic Javascript



Tags:
freeCodeCamp review
declare javascript object
javascript constructor function
private properties