/ Published in: JavaScript
URL: http://www.snipplr.com/all/tags/Dojo/
Expand |
Embed | Plain Text
console.log(a); console.log(a, b); console.log("value for a is %s and the value of b is %d", a, b); console.info(a); console.warn(b); console.error(c);
You need to login to post a comment.
