+ 5
Hello, Bithi D !
The eval(code) function allows you to execute the code passed to it as a string.
Please see the "eval" function in javascript.
for Example:
eval("alert('hello')");
Good luck with programming on SoloLearn!
https://www.w3schools.com/jsreF/jsref_eval.asp
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/eval



