Skip to content

Instantly share code, notes, and snippets.

@ManasJayanth
Created August 7, 2018 16:17
Show Gist options
  • Save ManasJayanth/b8d4febe32fff2cfe449f1d32baa6f0a to your computer and use it in GitHub Desktop.
Save ManasJayanth/b8d4febe32fff2cfe449f1d32baa6f0a to your computer and use it in GitHub Desktop.
GCC-medium-1
(function() {
let imdb = 8;
let rottenTomatoes = 9;
console.log('The Dark Knight (rating)', (imdb + rottenTomatoes) / 2);
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment