Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Let's try to keep the w3schools references to a minimum please...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects#Object_everything
To complement the info provided by Kamilius.
http://www.w3schools.com/Js/js_object_definition.asp
Hi karlpokus. The thing is, that in javascript literally everything is an object
Hm. Could you say why?
Yes.
The first parameter of the apply is used to define the value of the "this" in the function.
You can read more in the following link
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Indeed, but I didn't know that then :)