Adds a new operation to decode JavaScript obfuscated using only 6 characters ([ ] ( ) ! +), commonly known as an esoteric JS encoding style. - Added src/core/operations/FromJS6Chars.mjs - Added operation to Code tidy category in Categories.json - Added tests in tests/operations/tests/FromJS6Chars.mjs fix: correct invalid input test to check error message output