Skip to content

Instantly share code, notes, and snippets.

@identor
Created August 7, 2020 09:26
Show Gist options
  • Save identor/b7ba4db606d27c1ea1c156fd2fd9b9f4 to your computer and use it in GitHub Desktop.
Save identor/b7ba4db606d27c1ea1c156fd2fd9b9f4 to your computer and use it in GitHub Desktop.
Hello world! Console log
console.log('Hello world!');
if (window?.alert) { window.alert('Hellow world!'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment