Skip to content

Instantly share code, notes, and snippets.

@mattiasb
Created October 13, 2014 18:52
Show Gist options
  • Save mattiasb/c84ab498d444df108bf7 to your computer and use it in GitHub Desktop.
Save mattiasb/c84ab498d444df108bf7 to your computer and use it in GitHub Desktop.
Mmm JavaScript.
// test.js
let v1 = "wee";
let v2 = "gaah";
function test() {
return
[v1,v2].join(' ');
}
log(test());
// mattiasb@localhost ~ $ gjs test.js
// Gjs-Message: JS LOG: undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment