Skip to content

Instantly share code, notes, and snippets.

@tomasovic
Created March 15, 2017 22:28
Show Gist options
  • Select an option

  • Save tomasovic/39ee57835fdb1c1b0b20019bf0a12b21 to your computer and use it in GitHub Desktop.

Select an option

Save tomasovic/39ee57835fdb1c1b0b20019bf0a12b21 to your computer and use it in GitHub Desktop.
JS uvod
var myOutput = document.getElementById('output');
myOutput.innerHTML = "Hello World";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment