Learn JavaScript 2022, Understanding JavaScript Properties 2022, Properties in JavaScript Data Types

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



Duration: 2:01
90 views
1


Everytime that we introduce some new piece of data into our JavaScript program, our browser saves that program as an instance of the type of data. The instance of the data type "String" has a property called length. This property stores and can give us the number of characters that are in a string. We can retrieve this character length using the dot operator followed by the property name (in this case 'length'). So for example, the string 'hello' has a length of 5. To apply the length property to the string 'hello' and log it to the console we would do so like this, "console.log('Hello'.length);" This would log 5 to our console window. Understanding Javascript properties 2022 is vital on your programming journey. Make sure to embed this JavaScript fundamental material into your everyday programming path for optimal results!




Other Videos By We Will Code


2022-02-11In an Unfamiliar Land, Meet Akari and Cyllene, Checking Survey Tips, How to Save in Pokemon Arceus
2022-02-11Entering Jubilife Village, Maps and Markers in Pokemon Legends Arceus, Knowing Where to Go Guide
2022-02-08Arceus Starter Pokemon, Rowlet, Cyndaquil, Oshawott, How to Throw a PokeBall, Complete Pokedex Goals
2022-02-08Getting the Arc Phone in Pokemon Legends, Arceus Speaks to Us, Thy Mission, Seek Out All Pokemon
2022-02-08Falling From The Sky in Pokemon Arceus, Prelude Beach, Meeting Professor Laventon in Pokemon Legends
2022-02-08Intro Story to Pokemon Arceus, Opening Scene of Pokemon Arceus, Create Character in Pokemon Arceus
2022-02-02Pokemon Legends Arceus, The Counterpart, Last Mission, Defeat Charm to Obtain Origin Ore Part 13
2022-02-02Pokemon Legends Arceus, Atop Mount Coronet, Defeat Beni and Kamado, Catch Dialga or Palkia Part 12
2022-02-02Pokemon Legends Arceus, The Trial of Lake Acuity, Defeat Alpha Zozoark, Part 11
2022-02-02Pokemon Legends Arceus, Guide for The Trial of Lake Valor, Defeat Alpha Overqwill Part 10
2022-02-01Learn JavaScript 2022, Understanding JavaScript Properties 2022, Properties in JavaScript Data Types
2022-02-01Pokemon Legends Arceus, After Game Missions, A New Day Dawns, Talking to Captain Cyllene
2022-02-01Pokemon Legends Arceus, Guide,The Trial of Lake Verity, How to Defeat Alpha Hisuian Goodra Part 9
2022-02-01Pokemon Legends Arceus, Frenzied Noble Avalugg, The Slumbering Lord of the Tundra, Part 8
2022-01-31Combining Strings in JavaScript 2022, Into to JavaScript on Codecademy, Learn String Concatenation
2022-01-31Pokemon Legends Arceus Gameplay, The Slumbering Lord of the Tundra, Reach Five Star Rank Part 7
2022-01-312022 Javascript Introduction, Arithmetic Operators 2022, Codecademy's Intro to JavaScript 2022 Guide
2022-01-30Pokemon Legends Arceus, Frenzied Noble Electrode, Coronet Highlands Scaling Perilous Heights Part 6
2022-01-30Pokemon Legends Arceus, Coronet Highlands, Wayward Cave, Scaling Perilous Heights, Electrode Part 5
2022-01-29Learn JavaScript Data Types 2022, Codecademy's Data Types on JavaScript 2022, Programming Concepts
2022-01-29Pokemon Legends Arceus, Frenzied Hisuian Arcanine Guide, New Mission, The Lordless Island Part 4



Tags:
codecademy
coding
data types
javascript
js properties
learning to code
programming