Skip to content

Instantly share code, notes, and snippets.

@IrisDroidology
Last active June 16, 2020 03:37
Show Gist options
  • Save IrisDroidology/acc540a9ae0626bac1979bb844563d02 to your computer and use it in GitHub Desktop.
Save IrisDroidology/acc540a9ae0626bac1979bb844563d02 to your computer and use it in GitHub Desktop.
@Gizmotronn js tutorials
console.log('It was love at first sight.');
console.log('The first time Yossarian saw the chaplain he fell madly in love with him.');
console.log('Yossarian was in the hospital with a pain in his liver that fell just short of being jaundice.');
console.log('The doctors were puzzled by the fact that it wasn\'t quite jaundice.');
console.log('If it became jaundice they could treat it.');
console.log('If it didn\'t become jaundice and went away they could discharge him.');
console.log('But this just being short of jaundice all the time confused them.');
console.log('It was love at first sight.'); // Single line comment
console.log('The first time Yossarian saw the chaplain he fell madly in love with him.');
/* Multiline comment
this is still a comment
*/
console.log('No more comments');
@IrisDroidology
Copy link
Author

Challenge @Gizmotronn:

console.log('It was love at first sight.'); // Opening line
/*
console.log('The first time Yossarian saw the chaplain he fell madly in love with him.');
console.log('Yossarian was in the hospital with a pain in his liver that fell just short of being jaundice.');
console.log('The doctors were puzzled by the fact that it wasn\'t quite jaundice.');
console.log('If it became jaundice they could treat it.');
console.log('If it didn\'t become jaundice and went away they could discharge him.');
console.log('But this just being short of jaundice all the time confused them.');
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment