Edit Quiz
Questions
-
drag_handle
Question 1 of 2An angular 2 project written in typescript is* transpiled to javascript duri*ng the build process. Which of the following additional features are provided to the developer while programming on typescript over javascript?keyboard_arrow_down AnswersSingle Answer
-
drag_handle
Question 2 of 2What will be the output of below program?
function f(input: boolean) {
let a = 100;
if (input) {
let b = a + 1;
return b;
}
return b;
}
New Question
An angular 2 project written in typescript is* transpiled to javascript duri*ng the build process. Which of the following additional features are provided to the developer while programming on typescript over javascript?
Shortly describe the question.