Node.js assertion, assert()


demo.js:

var a = 1;
console.assert(a == 2,'a is not equal to 2'); // Assert (for testing, debugging). Pass if a is equal to 2, otherwise output an error message.


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325936891&siteId=291194637