1๐
โ
you can also use eval() function in javascript
like โ
eval("x + 17")
0๐
You can use eval() in JS too. Usually it is not a good idea if it is not mandatory, but it works.
Source:stackexchange.com
1๐
you can also use eval() function in javascript
like โ
eval("x + 17")
0๐
You can use eval() in JS too. Usually it is not a good idea if it is not mandatory, but it works.