+ 1
What kind of code is this in JavaScript?
I have seen a code on Sololearn. They are not in readable form for us and few words are random. Here is the link of one of the screenshot:- https://i.ibb.co/0m5GSYc/What-is-this-kind-of-code.jpg
2 Respuestas
+ 3
this is minfied and obfuscate version of js code. You can do this from online.
This is done by companies to hide their code from others
http://closure-compiler.appspot.com/home - minified
http://www.javascriptobfuscator.com/ - obfuscated
0
Interesting. 🤔 Does not look man made to me. I hope somebody explains it ✌️