- Javacsript
- Terminal commands (linux/unix)
- Css
https://developer.mozilla.org/en-US/docs/Glossary/Falsy
https://developer.mozilla.org/en-US/docs/Glossary/Truthy
https://stackoverflow.com/a/36419452/5283424
There is a function called typeof, but it is not very good.
Use this instead: const type = (obj) => obj.constructor.name
source:
https://gist.github.com/MichaelDimmitt/0d6b885ab4d6c5be0705df7c604c7c1a
https://leanpub.com/javascriptallongesix/read
https://cheatography.com/davechild/cheat-sheets/linux-command-line/
- ls (windows: dir)
- cd
- echo 'hi'
- man (get info about the command)
css every developer should know: https://docs.google.com/presentation/d/1-cCZS6v54BGjq9vzvo3gWuH3UOQvi9AB1ewXoosVxj8/edit?usp=sharing
- Also join github! and learn git!
just remember these commands and the prompts should get you to the finish line.
git add .;
git commit -m "here is a summary about each change I make on a project.";
git push;
- Other helpful links for beginners!
a. https://codepen.io/ (explore, look at copy and like other peoples cool front end creations!)
b. https://dribbble.com/ (designer site)
c. https://github.com
there are other sites, but these are the social ones that pop to mind and that I use.