Given the following code how can we confirm the data type of examplevariqble? Const exampleVariqble=5 | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
+ 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