Jerome
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Jerome commented, -
Jerome created a post, Why no error if i use method of other object ?
var objA = { funcA : function() { }}var objB = { funcB : function() { }}objB.funcA(); // Why no warning and no error in phpStorm ? how can I get the editor to tell me that there's a p...