Skip to content

Instantly share code, notes, and snippets.

View learnbit's full-sized avatar

Wilson Balderrama learnbit

  • PayPal
  • Bolivia
View GitHub Profile
@learnbit
learnbit / hello.js
Created March 11, 2020 01:09
Hello world from gist.
const message = 'This is a variable that should contain a meaningful message but it is what it is.'
console.log(message);