warning
Callable
- warning(true, 'this should be true');// passwarning(false, 'this should be true');// console.warn('Warning: this should be true')
warning(true, 'this should be true');// pass
warning(false, 'this should be true');// console.warn('Warning: this should be true')
Assert that
conditionis truthy, else print a message usingconsole.warnIn production environment,
messageparameter could be stripped from source in order to reduce file size