JS 2, String array methods, If and Switch statements, let and var properties, HTML forms and js validation and setInterval()/setTimeout()
//We can use the index but can't edit a string like an array
"string"[2] //"r"
"string"[2] = "e" //"string"
//We can also use more specific methods
"string".charAt(2) //"r"
"string".charCodeAt //114If and Switch
Text filter javascript and DOM exercise
Let, Var and differences
Regex and string matching
HTML forms and JS validation


Setinterval() and SetTimeout()




PreviousFunction composition on data pipelines and error handling.NextJS 3 Array methods, Objects, Instances, prototypes, Object constructor and extends
Last updated