Skip to content

Instantly share code, notes, and snippets.

View webercoder's full-sized avatar
🌴

Mike Weber webercoder

🌴
  • Sydney, Australia
  • 12:56 (UTC +10:00)
View GitHub Profile
@webercoder
webercoder / inception-javascript.js
Created April 1, 2011 06:31 — forked from fcalderan/inception-javascript.js
inception explained recursively
/*
* Fabrizio Calderan, twitter @fcalderan, 2010.11.02
* I had an idea: could Inception movie be explained by a few javascript closures
* and variable resolution scope (just for fun)?
*
* Activate javascript console =)
*/
<script>
console.group("inception movie");