You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/reference.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -417,6 +417,7 @@
417
417
* From <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify">the MDN entry</a>:
418
418
* The JSON.stringify() method converts a JavaScript object or value to a JSON <a href="#/p5/string">string</a>.
419
419
* @method stringify
420
+
* @static
420
421
* @for JSON
421
422
* @param {Object} object :Javascript object that you would like to convert to JSON
422
423
*
@@ -445,6 +446,7 @@
445
446
* The Console method log() outputs a message to the web console. The message may be a single <a href="#/p5/string">string</a> (with optional substitution values),
446
447
* or it may be any one or more JavaScript <a href="#/p5/object">objects</a>.
447
448
* @method log
449
+
* @static
448
450
* @for console
449
451
* @param {String|Expression|Object} message :Message that you would like to print to the console
0 commit comments