-JS manual II-
-if you wanna write some note on JS code...
copy this code!-
// you're memo
or...
/*
you're memo
*/
-you have to type this code on JS if you declare a variation-
var LittleFox = function() {
fill(255, 255, 0);
text("Little Fox is Fun!", 20, 50);
text("That's right...", 20, 80);
};
LittleFox(); ← very Important!!!
otherwise, you're variation code is not pop out when you click "Run".
-You can't type ( \\ you're note).
It could only be // of /* */.-
\\ Little Fox is so fun! = undefined
| 이전글 | 다니엘현우|2020-06-30 | |
|---|---|---|
| 다음글 | gomhanmali|2020-06-26 |