In the middle of this page, I find the code below.
var plus = function(x,y){ return x + y }; var minus = function(x,y){ return x - y }; var operations = { \'+
It's called bracket notation. In JavaScript you can use it to access object properties.