Object.keys(this).forEach(key => delete this[key])
SyntaxError: Unexpected token '&'
View all comments