Back to projects

js_is_stupid

Convert JavaScript code into unreadable obfuscated code using only ()[]{}=>+!/\ characters.

Updated Jan 4, 2023

js is stupid

JS is stupid, is a little fun program that turns JS-code in to unreadable JS code by only using ()[]{}=>+!/\.

It was inspired by Low Byte Productions. Here is the video.

Also see JS Fuck for an online version.

Usage

  • Paste your JS-code into the input.js file.
  • Run the index.js file.
  • Copy your code from the output.js file.