Hey it's alan. Testing JS.
The third box in each set starts out like the first, and by the end, should look
just like the second.
method one: basic functions
blue italic
to
orange
Test:
blue italic → orange
Log:
wait...
method 2: string functions
blue italic
to
orange
Test:
blue italic → remove blue → add orange → remove italic ∴ orange
Log:
wait...
method 3: special class functions
blue italic
to
orange
Test:
blue italic → remove blue → add orange → remove italic ∴ orange
Log:
wait...
4: showing off (method 3)
blue italic
to
italic orange dottedBorder
Test:
blue italic
→ remove blue
→ add orange
→ remove solidBorder
→ add dottedBorder
∴ orange dottedBorder
Log:
wait...