Last revised Oct 4, 2022, 9:00 pm
<html> <body> <head> <title> <link> <script> <meta> <h1> <h2> <p> <ul> <ol> <li> <table> <tr> <th> <td> <hr> <input> <label> <button> <textarea> <select> <option> <fieldset> <img> <a>
color background-color font-family font-size font-weight font-style font width height
else false for function if let new null return this true typeof var while
boolean number object string undefined
Arithmetic: + - * / ** % Comparison: == === < <= > >= != !== Logical: && || ! Assignment: = += -= *= /= %= Elvis: ? : Miscellaneous: . [ ] ( ) typeof new
if..else if..else if..else while loop traditional for loop modern for loop
concat pop push shift splice toString unshift
charAt concat endsWith includes indexOf lastIndexOf repeat startsWith substr substring toLowerCase toUpperCase trim
abs ceil floor max min random round sqrt
getElementById
innerHTML value
click load
JSON.stringify JSON.parse Example: kids = [ {"name": "Alice", "age" : 11}, {"name": "Bob", "age" : 9} ];