solutions day 3

pull/387/head
Jose Linardo 3 years ago
parent bd839ed4bb
commit f44ccb1d2f

@ -11,7 +11,7 @@ typeof age
'boolean'
//2.Check if type of '10' is equal to 10
const type = '10'===10
const type = '10'=== 10
//3.Check if parseInt('9.8') is equal to 10
const parse = parseInt('9.8')
parse===10

Loading…
Cancel
Save