JS reserved words

by noahua

JavaScript

var obj = {}
obj.class = 'test class'
alert(obj.class)