You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the result is exactly `Symbol.toStringTag` (if exists), wrapped into`[object ...]`.
193
+
Как вы можете видеть, вывод `Symbol.toStringTag` (если он имеется) точно также обернут в`[object ...]`.
194
194
195
+
В заверешние мы имеем "typeof на стеройдах", который не только работает с примитивными типами данных, но также и со встроенными объектами, и даже быть настроен.
195
196
At the end we have "typeof on steroids" that not only works for primitive data types, but also for built-in objects and even can be customized.
196
197
197
-
It can be used instead of `instanceof`for built-in objects when we want to get the type as a string rather than just to check.
198
+
Он может использоваться вместо `instanceof`для встроенных объектов, когда мы хотим получить тип как строку, нежели просто делать проверку.
0 commit comments