You are viewing a single comment's thread. Return to all comments →
The task says:
The variables i d and s are already declared and initialized for you.
i
d
s
But this is not true, You'll need to create and initalise them yourself to pass.
Eg:
const i: number = 4; const d: number = 4.0; const s: string = "HackerRank"
`
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
The task says:
But this is not true, You'll need to create and initalise them yourself to pass.
Eg:
`