Home / 🗓 Schedule / 🛠 Examples / 💫 Guides / 💎 Resources

💬 Instructions {

✨ Instructions are a fundamental building block of how we tell a computer what to do in a programming language! ✨

Learning Objectives

Template

Modules

Vimeo playlist for Instructions

(Inline links below are for YuJa.)

Examples

🔥 Hot tip: Commenting Shortcut

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.

🔥 Hot tip: Multiple Cursors

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.

}