Drop files to upload your code
/**
* GitHub: https://github.com/MichaelXF/js-confuser
* NPM: https://www.npmjs.com/package/js-confuser
*
* Welcome to Js Confuser!
*
* You can obfuscate the code with the top right button 'Obfuscate'.
*
* You can customize the obfuscator with the button 'Options'.
* (Set the target to 'node' for NodeJS apps)
*
* Version: 1.7.3
*
* Happy Hacking!
*/
function greet(name){
var output = "Hello " + name + "!";
console.log(output);
}
greet("Internet User");