- Write comments to notate and organize your code
- Name all primitive data types in JavaScript.
- Explain what a variable is.
- Explain the difference between a value and an expression
- Explain the difference between =, ==, and === in JavaScript.
- Explain what type conversion is.
- Name all the "falsey" values in JavaScript.
In your slate, write down the syntax for comments in javascript. Make sure to include both single line and multiple line comments. Be prepared to share your answer with the class.
In your slate, write down all the primitive data types in javascript. Be prepared to share your answer with the class.
Turn to your neighbor and explain what a variable is. Be prepared to share your answer with the class.
Turn to your neighbor and explain what the difference between a value and an expressions is. Be prepared to share your answer with the class.
In your notebook, write down and explination of the difference between =, ==, and ===. Be prepared to share your answer with the class
Turn to your neighbor and explain what type conversion is. Be prepared to share your answer with the class.
Turn to your neighbor and name all the "falsey" values in javascript.