Last active
May 8, 2016 16:39
-
-
Save igorpronin/4951939fd891a5c19c084ca8e7371127 to your computer and use it in GitHub Desktop.
Методика тестирования // JS Ninja Secrets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assert(условие, сообщение); | |
assert(a == 1, 'Err, a not 1'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment