Skip to content

Instantly share code, notes, and snippets.

@operateur-mar
Created December 4, 2018 17:07
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 operateur-mar/b83dd330fec062391f93c6e8dd107651 to your computer and use it in GitHub Desktop.
Save operateur-mar/b83dd330fec062391f93c6e8dd107651 to your computer and use it in GitHub Desktop.
// Type simple message
console.log("Aqua Web Say : %s", 'Thanks :) ');
// Do some calcule
console.log("Aqua Web Say : %s", 5*8);
// Type some Unicode Stuff
console.log("Aqua Web Say : %s", '😂');
// www.aqweeb.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment