JavaScript Eval function | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

JavaScript Eval function

I am not getting how to us it ?

9th Apr 2020, 10:43 AM
Anish Thakkar
1 Réponse
+ 2
eval() not only evaluate mathematical expressions, but any valid JS expression... use of eval() is mostly considered as evil: https://medium.com/mail-online/eval-is-evil-but-not-why-you-may-think-25961f9b01bb
9th Apr 2020, 12:52 PM
visph
visph - avatar