- 1
operators
Guess the value stored in the "rowHeight" variable value of the following code: let height = 40 let isCheck = true let rowHeight = height + (isCheck ? 50 : 20) Can anyone help me?
2 Answers
+ 1
Value stored in rowHeight will be 90.
This is because isCheck is true so the value after ? will be considered that is 50.
rowHeight= 40+50=90
0
The value for the rowheight will be 90 because let height=40
let rowheight =height(is check?50:20)
therefore rowheight=40+50=90
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
0 Votes
Тренажер кода
0 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes