following codes:
var a = {}; if(!!!a[tabType]){ a[tabType] = []; a[tabType].push([self,boxObj]); }else{ a[tabType].push([self,boxObj]); }
I think!!! [tabType] equals! a [tabType] why use "!!!" not "!"
Thank you!
The design !!forcibly converts to a boolean value. I do not see the point here.
!!
There is no point. This is exactly equivalent to use !.
!
. :
if( ! a[tabType]){
, .
Source: https://habr.com/ru/post/1749520/More articles:Python script to delete old svn files missing permission - pythonDjango Models: Preserving Object Identity Compared to Foreign Key - djangoHow to solve using PLINQ and LINQ at runtime? - performancehow to create my own route in rails where I pass the identifier of an existing model? - ruby-on-railsUnable to get attribute value using Selenium RC using xpath - python.net custom business error messages - .nethttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1749522/adding-keys-to-superglobals-in-php&usg=ALkJrhj-Cqg_IQhpd5UfG0_7XJ1-A_g4NQHow to color HTML elements based on user command line - javascriptQtOpenCl "undefined link" make mistakes - c ++PHP header redirection inside page caused by cURL - phpAll Articles