# Reading material for the fourth lecture Next week Unmesh will give you your first Git session, please look through the [GIT](https://github.com/HackYourFuture/Gitrepository) and read the learning goals ### Here are some reading materials explaining the material of the previous class in more detail. - Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call - Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply - Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind - Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments - Closures - http://javascriptissexy.com/understand-javascript-closures-with-ease/ - Array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype - strict mode - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode ### Read this is preparation for the material taught in the upcoming class - JSON - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON