01. (function(){
02. function b(e){if(!d[e]){var f=d[e]={exports:{}};c[e].call(f.exports,a,f,b)}
03. return d[e].exports
04. }
05. var a=this,c=b.modules=[],d=b.cache=[];
06. c[0]=function(a,b,c)
07. {
08. var d=this;
09. 1;
10. var e=c(1),g=c(3).Builder,h=c(11);var i=c(10);
11. var j=c(15).Circle;var k = c(17).Friend;
12. l=c(18).SearchFriends;c(19);
This is an fb app code that i have copied from fb friend circles, i am working in a different manner but was going through this script,where
FUNCTION c[0] has a variable 1 in it ...
How can bare numbers be used as variable names in javascript .. ?