I am on vacation next week (really it's a staycation due to covid)!
Guess what my plans are for my time off work?
Binge-learn basic #javascript (i.e. finish off #wesbos#beginnerjs course I've started last week).
#100DaysOfCode#CodeNewbies
#100DaysOfCode
Reviewing fundamentals with #wesbos#beginnerjs:
Difference between var, let and const-
The 2 main differences are that var and let can be changed while const can't.
Also, var is function scoped while let and const are block scoped
#javascript#CodeNewbie
#100DaysOfCode#beginnerjs#wesbos
Day 24: Worked on TABS today - another cool course that I can implement into my own projects. Also learnt about setAttribute and find() which I can use....
Key takeaway:
'Your job is not to over simplify your code but make it readable'
@aigalou@eleven_ty@tailwindcss Nice, simple workflow, with a fairly small amount of setup, that I plan on re-using. And much thanks to @wesbos The starter code for this lightbox is straight out of his new #beginnerJS course. I added some a11y things, a lot of CSS tweaks, a close button, focus cache, etc.