Skip to content

Instantly share code, notes, and snippets.

@giann
Created July 25, 2017 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giann/1ce914f469170efb8aad29510992bf15 to your computer and use it in GitHub Desktop.
Save giann/1ce914f469170efb8aad29510992bf15 to your computer and use it in GitHub Desktop.
local global = js.global
local document = global.document
global:alert("Hello from Fengari")
document:getElementById("my-div").textContent = "Hi there !"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment