click below
click below
Normal Size Small Size show me how
Coding!
Learn how to code using fun minigames and vocabulary!
| Term | Definition |
|---|---|
| HTML | A hyper text markup language |
| JavaScript | A coding language named after a drink |
| Python | A coding language named after a species of reptile |
| C# | A coding language that has a name the same as a music note |
| document.write() | A JavaScript command that prints text on the webpage |
| for(){} | A JavaScript looper that has a statement, a condition, and an action |
| while(){} | A JavaScript looper that has just a condition |
| // | A JavaScript comment |
| /* | An opening to a JavaScript long comment |
| */ | A closing to a JavaScript comment |
| "" | A JavaScript string |
| <html> | A tag for HTML code |
| <body> | A tag for the format of the HTML |
| <script> | A tag for the JavaScript code or a JavaScript file |
| tag | A word in angle brackets for code accessibility and type |
| parens | Another word for parentheses |
| parentheses | These () |
| brackets | These [] |
| curly braces | These {} |
| curly brackets | Another word for curly braces |
| angle brackets | These <> (not to be confused with greater than and less than) |
| != | Not equal to |
| & | Bitwise and |
| | | Bitwise or |
| && | Conditional and |