Skip to content

Convert Math reference examples to ES6 #3405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2018

Conversation

vedhant
Copy link
Contributor

@vedhant vedhant commented Dec 14, 2018

this pull request resolves #3389

* var noiseVal;
* var noiseScale = 0.02;
* let noiseVal;
* let noiseScale = 0.02;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be const

@lmccart lmccart merged commit 71edb10 into processing:master Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Math Reference Examples on p5js.org to ES6
2 participants