UglifyJS/bin/test.js
Ashley (Scirra) 2dbf8bfaad CLI, readme and code style updates
Add support for --debug-mangling CLI option, describe it in the readme,
and update code changes to use consistent style.
2016-10-05 18:02:13 +01:00

5 lines
61 B
JavaScript

"use strict";
let o = {};
o.foo = "bar";
console.log(o.foo);