Que signifie API ?
APIs

Quiz
•
Computers
•
Professional Development
•
Easy
Gauvain Thery
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Application Programming Interface
Ale Pale Indian
Algorithmic Processing Interface
Artificial Programming Intelligence
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment se matérialise très souvent une API ?
C'est un ensemble d'URLs
C'est un robot
C'est invisible
C'est un fichier .js
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
À quoi sert Postman ?
Faire des requêtes HTTP
Générer une API
Envoyer une lettre
Faire du jetpack
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qu'est-ce qui va s'afficher dans la console ?
const school = {
name: "rocket",
nbStudents: 37
}
const schools = [school]
console.log(schools[0].name)
Il y aura une erreur
rocket
37
{
name: "rocket",
nbStudents: 37
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La fonction fetch peut prendre un ou deux paramètres : URL et options. Lequel est obligatoire ?
URL
Option
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comment rendre cette fonction asynchrone :
function callAPI(url) {
return await fetch(url);
}
async function callAPI(url) {
return await fetch(url);
}
function callAPI(url) {
return fetch(url);
}
delayed function callAPI(url) {
return await fetch(url);
}
function callAPI(async url) {
return await fetch(url);
}
Similar Resources on Quizizz
7 questions
PHP Tours Meetup #26 Validation avancée de Symfony & Excel

Quiz
•
University - Professi...
10 questions
Bedrock Quiz 1 - NAMER - GenAI - Enablement

Quiz
•
Professional Development
10 questions
Git & Github

Quiz
•
Professional Development
11 questions
React Two - Styling

Quiz
•
Professional Development
7 questions
Async Await

Quiz
•
Professional Development
11 questions
CIW IBA Lesson 4 Vocabulary

Quiz
•
8th Grade - Professio...
8 questions
Flusk Vault Release

Quiz
•
Professional Development
10 questions
TOWNHALL OCT.6

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade