top | item 5542039

(no title)

jQueryIsAwesome | 13 years ago

Maybe add console.assert to that list:

    console.assert(str.length === 10, "String is not 10 characters long!");
and console.group/groupEnd

    console.group("sums");
    console.log(1 + 1);
    console.log(2 - 3);
    console.groupEnd();

discuss

order

No comments yet.