What does assertion mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does assertion mean?

2nd Dec 2018, 8:47 AM
lbaum
lbaum - avatar
3 Answers
+ 3
Assertion means checking if the given condition is true. If the condition was false then you will get an error generally. You will find assertion in python too. Check this: https://www.sololearn.com/learn/Python/2444/
3rd Dec 2018, 12:03 PM
Seniru
Seniru - avatar
2nd Dec 2018, 9:06 AM
Maninder $ingh
Maninder $ingh - avatar
+ 2
What language? Javascript console? https://code.sololearn.com/WA4GNuWfI8b0/?ref=app
2nd Dec 2018, 8:50 AM
Gordon
Gordon - avatar