vishaNagpal

Results 2 comments of vishaNagpal

I have implemented something like below : ``` script := ` var aa = 23 print(aa) print("Print -> "+(aa+5)) ` val, _ := vm.RunString(script) ``` Here, I have created one...

Hi, thanks for taking the time in responding. The approach you mentioned could not be used in my scenario as explicitly redefining the `console.log` is still possible every time I...