Skip to content

JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.

Notifications You must be signed in to change notification settings

notsceptor/jsfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This collection of projects is a playful exploration of JSFuck, a technique for obfuscating JavaScript code using only six characters: [ ] ( ) ! +. JSFuck takes advantage of the loose and dynamic nature of JavaScript, demonstrating that even with a minimal set of symbols, complex code can be represented.

JSFuck

JSFuck is an esoteric programming style where the goal is to write functional and meaningful JavaScript code using only a limited set of characters. The allowed characters are:

[ : Opening square bracket
] : Closing square bracket
( : Opening parenthesis
) : Closing parenthesis
! : Logical NOT
+ : Addition operator

Despite its limitations, JSFuck can execute any JavaScript code.

About

JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published