Very simple question but I'm quite new to JS and this is not easy to search.
If I see a line like this:
var colours = {}, r, g, b;
I get that it's just a declaration for 3 vars, but what does the {} bit mean? I can't see anywhere that gives me an idea as to what this is declaring?
Thanks!