Asked by Norton Alex
at 2025-02-01 21:15:33
Point:500 Replies:2 POST_ID:829294USER_ID:12423
Topic:
javascript
I have seen a lot javascript file whcih starting with "!" character before function
What is the purpose of that ?
For example;
!function(x){a=x}()
Please advise