abundant-translator-28779
10/21/2022, 3:08 PMaloof-megabyte-27340
10/21/2022, 3:46 PMNamastay Javascript
Season 1 and that will refresh you up with a lot of basics and mostly asked questions.abundant-translator-28779
10/21/2022, 3:48 PMabundant-translator-28779
10/21/2022, 3:49 PMflat-morning-91037
10/21/2022, 4:59 PMflat-morning-91037
10/21/2022, 5:01 PMabundant-translator-28779
10/21/2022, 7:23 PMabundant-translator-28779
10/21/2022, 7:31 PMfact that instanceof only works for Objects
,
these facts either one remembers through practice or usually when using in day to day work.
Should i focus on such questions or good companies usually avoid such things ?
let a = "abc";
let b = String("abc");
console.log(a instanceof String)
console.log(b instanceof String)
sticky-breakfast-83105
10/22/2022, 8:53 PM