In-line functions with the braces get snipped on the first character function(){alert("hello!!!")} will end up as lert("hello!!!") Add support for getters and setter, not sure why this wasn't a thing
In-line functions with the braces get snipped on the first character
function(){alert("hello!!!")}
will end up as lert("hello!!!")
Add support for getters and setter,
not sure why this wasn't a thing