Webinar - TypeScript
Quiz
•
Information Technology (IT)
•
Professional Development
•
Hard
Jorge Amesty
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Para crear una clase en SAPUI5 con TypeScript cuál es la sentencia correcta?
export default Class BaseController extends Controller {...}
export default class BaseController extends Controller {...}
Class BaseController extends Controller {...}
class BaseController extends Controller {...}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la forma de crear un fragmento con el this?
this.FragmentLoad({...})
this.fragment({...})
this.loadFragment({...})
this.Fragment.load({...})
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Cuál es la forma de instanciar un modelo tipo JSONModel?
const model = new JSONModel(object) as JSONModel;
const model = new JSONModel(object);
const model = new JsonModel(object) as JSONModel;
const model = JSONModel() as JSONModel;
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Cuál es la forma de obtener todos los controles del FilterBar?
const controls = event.getParameter("selectionSet") as Control [];
const controls = event.getParameters("selectionSet") as Control[];
const controls = event.getParameter().selectionSet as Control[];
const controls = event.getParameters().selectionSet as Control[];
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Para trabajar en SAPUI5 con TypeScript es posible modificar el archivo tsconfig.json?
true
false
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade