JavaScript Object Literals between function and function invoke ,how to with this? -


var chat = {     isvisibility: function(){      }     send: {         add:function(){             //right here ,how invoke isvisibility function not chat.****             //except chat.isvisibility          }     } } 


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -