Client side JS compiler – Running JS code(As a string) in Client Browser from React
I am building a JS compiler, So it is nothing but it will execute the JS code, So I am having two components in react, One will get input from user (The JS code they want to execute), The another one is showing the Output, typically the consoles in the code.