DEV Community

Discussion on: What’s So Special About JavaScript Functions?

Collapse
 
mateiadrielrafael profile image
Matei Adriel

Those are not the only ways to create functions, you can always just do:

new Function("code")

Not saying its good, but you an do it