Home / 🗓 Schedule / 🛠Examples / 💫 Guides / 💎 Resources
✨ Instructions are a fundamental building block of how we tell a computer what to do in a programming language! ✨
Vimeo playlist for Instructions
(Inline links below are for YuJa.)
In VS Code you can comment or uncomment the line of code at your text cursor using the shortcut
You can also comment or uncomment multiple lines by selecting them and using the same shortcut.
In VS Code you can position multiple cursors in order to delete or add text in many places at once.
This also works if you hold the key and select text.