Quiz

#1Which annotation should be used to specify that isAvailable is a boolean variable?




#2What is the correct TypeScript annotation for a variable age that holds an integer value?




#3A variable which has been declared but not initialized...



#4typeof returns...


#5How do you make a parameter optional?




#6Which of these is a correct way to type a rest parameter?