We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unsure
Reference
Adding an example to the following code here
let square = number => number * number; console.log(square(5));
will help in the following ways
let myName = 'Hridi'; function sayHello(name) { console.log('Hello ' + name + '!'); } sayHello(myName); // calling the function, prints "Hello Hridi!" to console.
My suggestions (suggested change)
let square = number => number * number; console.log(square(5)); // calling the function and printing in console, prints "25" to console.
The text was updated successfully, but these errors were encountered:
@limzykenneth What are your thoughts about the issue?
Sorry, something went wrong.
@aakash-a-dev Please have a look at this comment
I'm not sure I personally like code comments that explains what the code should already describe.
Successfully merging a pull request may close this issue.
Increasing Access
Unsure
Most appropriate sub-area of p5.js?
Reference
Feature request details
Adding an example to the following code here
will help in the following ways
previous example code snippet
My suggestions (suggested change)
The text was updated successfully, but these errors were encountered: