I know an operator ===in PHP that implies not only equality of values, but also type matching, as well as
===
if (20 === "20") //false
Is there something similar in javascript if I use jquery? Code examples can help too.
thanks
Yes, the operator exists in javascript. jQuery is just a framework built with javascript, so all javascript syntax and operators still exist.
Yes, this is part of the JavaScript language. ===and ==match, except that it ==will try to convert types until it ===does.
==
JQuery - Javascript. "==" Javascript. , "===".
http://www.webreference.com/js/column26/stricteq.html
JavaScript === php - .jQuery, - jQuery - JavaScript. , JavaScript. .
Net Tuts jeffrey way "24 JavaScript" :
" JavaScript : === | !== == | != , .
=== | !==
== | !=
, jQuery.
see article here: 24 JavaScript Usage Guidelines
Source: https://habr.com/ru/post/1720191/More articles:Starting a service from the MSI installer, which depends on the assemblies installed in msi - windows-vistavalueForKey returns only the memory address, not the value - objective-cВ тестовой разработке вы пишете все возможные тесты сначала, затем код? - tddhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1720189/how-closely-aligned-is-the-repository-patten-with-either-unit-of-work-or-activerecord&usg=ALkJrhj_G2mDGv-ph28H3L_gGAZcaNrVMAHas anyone used any AOP products in Mono? - aopreturns column values as IEnumerable - yieldget client computer timezone in asp.net mvc - javascriptC # ASP.Net Fancy Buttons - c #How to determine the binding order of network interfaces in Windows using .NET? - .netHow to generate a client from a WSDL file in .net? - wsdlAll Articles