-
js1
js2
js3
engine.Execute(code); |
Beta Was this translation helpful? Give feedback.
Answered by
maddemon
Nov 27, 2024
Replies: 2 comments
-
modify code
import code as modules
2.Convert the arrow function into a regular function and give it a name? |
Beta Was this translation helpful? Give feedback.
0 replies
-
var f = engine.Evaluate(code); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maddemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
var f = engine.Evaluate(code);
engine.Invoke(f,[])