Whats new since v3.0 - classes are now supported [freejsobfuscator.com]

freejsobfuscator.com

Whats new since v3.0

★★ classes are now supported ★★

 A class in JavaScript is a blueprint for creating objects with predefined properties and methods. It's part of the ES6 (ECMAScript 2015) standard. 

Features:

  • Constructor: Special method for initializing new objects.

  • Methods: Functions inside the class.

  • Inheritance: Classes can extend other classes using extends.

 

 Our free javascript obfuscator is now able to obfuscate and mix your classes code scripts.

  1. class Animal {...}
  2. class Dog extends Animal {...}
  3. const Animal2 = class {...}
  4. const Dog2 = class extends Animal2 {...}
  5. and any other type :)

 

Go now and watch it in action freejsobfuscator.com

100% free javascript obfuscator online

 

 

Is JavaScript obfuscator reversible?