Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What will be the output of below program? function f(input: boolean) { let a = 100; if (input) { let b = a + 1; return b; } return b; } Compilation error for b
Related Topics