Member-only story
JavaScript Full Of Life
Reflecting on my decision to shortly enjoy a more fulfilling, remote-coding, balance && || ! lifestyle.
Moving to a coding education was not a difficult choice for me, it was a hobby that has become an obsession and has offered me everything I was looking for, practicing the coding skills of a Web Developer. The challenge is remaining current and up to date and, JavaScript Zero To Mastery (ZTM) does exactly this.
As a wizard typing aficionado my go-to dopamine is enjoying tending to the keyboard on-site; window | document space. Lately, I have been working on improving Javascript Types and, the following:
JAVASCRIPT TYPES
— — — — — — — — -
1. Number
2. String
3. Boolean
4. Undefined
5. Null
<! — 6. Symbol (new in ECMAScript 6) →
7. Object
JAVASCRIPT COMPARISONS
— — — — — — — — -
!==
===
>=
<=
>
<