Criado por Jonathan Sequeira
mais de 6 anos atrás
|
||
What is the var statement?
What is the let statement?
what is the const statement?
How do you display to the console?
What are the mathematical operators?
What is the purpose of an Assignment Operator?
What is string interpolation?
`What are back ticks ?`
What is an if statement?
What is an else statement?
In JavaScript, all values have a truthy or falsy value what variables return false?
What does the !not operator do?
What are the comparison operators and what do they return?
What are the comparison operators and what do they do?
What is an "else if" statement?
What is the structure of a switch statement?
What are the logic operators?
What is a Ternary Operator?
What is the structure of an arrow function?
What is the return keyword?
What is the Structure of a Function Declaration
What is the Structure of a Function Expression?
Refactoring Arrow Functions
How do you declare an array?
How do you return the amount of elements in an array?
How do you access an index of an array?
How do you re-assign an element value?
What does the push method do?
What does the pop method do?
What does the shift method do?
What does the slice method do?
What does the splice method do?
What does the splice method do?