Skip to content

Instantly share code, notes, and snippets.

View nefzina's full-sized avatar

Amani_NFZ nefzina

  • Toulouse, France
View GitHub Profile
interface User {
name: string;
age?: number;
birthday?: string;
}
const prettyPrintWilder = (users: User[]):void => {
users.map((user: User) => {
console.log(`${user.name} is ${user.age} years old`);
1 - B
2 - B
3 - B
4 - B
5 - B
6 - A
7 - B
8 - A
9 - C
@nefzina
nefzina / gist:46391cef7b50e94f8e37f700a941c3e3
Last active June 19, 2023 12:42
Quest 1.2 - Attaques CSRF : prévenir
1 - A
2 - A
3 - B
4 - B
5 - B
6 - C
7 - B
8 - A
9 - B
https://google-gruyere.appspot.com/GRUYEREINSTANCEID/deletesnippet?index=0