Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Last active May 8, 2016 16:39
Show Gist options
  • Save igorpronin/4951939fd891a5c19c084ca8e7371127 to your computer and use it in GitHub Desktop.
Save igorpronin/4951939fd891a5c19c084ca8e7371127 to your computer and use it in GitHub Desktop.
Методика тестирования // JS Ninja Secrets
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