DEV Community

Discussion on: How to hide JavaScript code form view source

Collapse
 
ysf00009 profile image
YSF

Hi, I'm just talking about "vanilla" Javascript : I'm making this post to show peoples how to hide his frontend code not backend

Collapse
 
schmoris profile image
Boris

You can not hide client-side JavaScript. That's why it's called obfuscating and not hiding :-)

It's hard to read, but still accessible in the source code.

Thread Thread
 
ysf00009 profile image
YSF

Thx, for the information

Some comments have been hidden by the post's author - find out more