With this page:
Chrome: put 'use strict'; prefix in your code line (and/or shift+enter for multiline)
'use strict';
'use strict'; var foo = 2; delete foo;