int
, float
, boolean
, String
, etc.) and name (unique identifier), assigning and changing values, converting data type, global vs. local scopesetup()
function, loop()
function, creating custom functions, calling a custom function, passing arguments into a function, returning value from a functionpinMode()
, digitalRead()
, digitalWrite()
, analogRead()
, analogWrite()
, tone()
, etc.>
, <
, ==
, !=
, etc.!
, &&
, ||
if
and else
for
, while
, etc.<div>
, <h1>
, <h2>
, <p>
, <span>
, <a>
,<img>
, <button>
, <input>
, <ul>
, <li>
, etc.class
and id
attributes for HTML elementsbackground-color
, color
, font-size
, margin
, padding
, border
, width
, height
, display
, etc.>
, <
, ==
, !=
, etc.!
, &&
, ||
if
and else
for
, while
, etc.onclick
, onchange
, etc..html()
, .show()
, .hide()
, .addClass()
, .removeClass()
, etc.