Réorganisation du projet, les exercices sont contenus dans des directories dédiés

This commit is contained in:
2025-04-14 12:04:59 +02:00
parent 4c33d81d95
commit c0ef56a44e
606 changed files with 0 additions and 0 deletions

8
Exercice-1/node_modules/hasown/index.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);