Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
intro-to-javascript-wokshop [2024/06/29 23:06] renickintro-to-javascript-wokshop [2024/07/05 04:27] (current) renick
Line 5: Line 5:
 {{:pasted:20240629-225914.png}} {{:pasted:20240629-225914.png}}
 https://www.memecreator.org/static/images/memes/4349871.jpg https://www.memecreator.org/static/images/memes/4349871.jpg
 +
 +<code JavaScript [enable_line_numbers="true"]>
 +console.log('hello world!')
 +</code>
  
 ===== calculator ===== ===== calculator =====
Line 47: Line 51:
  
 https://editor.p5js.org/ https://editor.p5js.org/
 +
 +===== term dump =====
 +<code>
 +( ) parentheses, brackets
 +{ } curly brackets, curly braces
 +' '  single quotes
 +" " double quotes
 +, comma
 +. period, dot
 +- dash, hyphen
 +_ underscore
 +/ slash
 +\ backslash
 +argument = the input to a function
 +call a function = use a function, make it do what it's intended to do
 +put the argument between the parentheses when you call a function
 +declare a function
 +return = the value that a function returns or gives back when it is called
 +string = text data which is determined by a pair of quotes, single or double
 +variable = a box with a name in which we can store things
 +</code>
  • intro-to-javascript-wokshop.1719727613.txt.gz
  • Last modified: 4 months ago
  • by renick