Uncaught RangeError: Maximum call stack size exceeded | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Uncaught RangeError: Maximum call stack size exceeded

https://code.sololearn.com/WFpSxeizmWf3/#html Why does this not work?

27th Feb 2019, 7:21 PM
Zachary Shojinaga
Zachary Shojinaga - avatar
1 Answer
+ 2
Don't use built-in functions (e.g. "alert") as names for variables/functions. HTML <button onclick="test()">Alert</button> JAVASCRIPT function test(){ alert("Alert"); }
27th Feb 2019, 7:48 PM
Diego
Diego - avatar