Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 3.54 KB

05_text.md

File metadata and controls

50 lines (43 loc) · 3.54 KB

Text

The videos in this section were created using a different editor for p5.js. All of the concepts should still apply, however, there are some minor changes. Most notably in JavaScript let is now the preferred way to declare a variable over var. If you would like to learn more about this you can watch this video about let vs var.

Question

To what extent can we deconstruct language and put it back together again?

Readings

Tutorials

Code

Going further

Reference

JavaScript

p5.js