Given the following code how can we confirm the data type of examplevariqble? Const exampleVariqble=5 | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Given the following code how can we confirm the data type of examplevariqble? Const exampleVariqble=5

31st May 2022, 10:16 AM
ALEX MWAURA
2 ответов
+ 1
Thanks
31st May 2022, 11:19 AM
ALEX MWAURA
0
ALEX MWAURA Using typeof console.log(typeof exampleVariable)
31st May 2022, 10:54 AM
A͢J
A͢J - avatar