We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Input:
func main() { js.Global("eval").Invoke("console.log(new Date())") date := js.Global("eval").Invoke("new Date()").Interface() js.Global("console").Call("log", date) }
Output:
Tue Jan 21 2014 02:04:32 GMT+0100 (CET) Fri Mar 20 1970 06:54:27 GMT+0100 (CET)