You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Eval - if the argument is an expression then it evaluates expression, else the argument is a statement (can be one or more) then it the executes the statement.
Note: Before running,
1. `eval()` dangerous function, make sure you know what you are doing.
2. Running eval could affect the user's machine with malicious code.