TD
HTML CSS Javascript Jquery
Pages
(Déplacer vers…)
Accueil
REF
Liens
▼
rotation de matrice !
›
code const t = [ [0,1,0], [1,1,1], ] const rev = t => t[0].map( (_,i) => t.map( r => r[i]).reverse()); const aff = t =...
algo
›
>>> separe([1, 0, 1, 0, 1, 0, 1, 0]) [0, 0, 0, 0, 1, 1, 1, 1] Algo 1 🤡 Algo 2 😡 Algo 3 Algo 4
filtre and co 3
›
const products = [ { "_id" : 1 , "item" : "abc" , "price" : 10 , "quanti...
filtre and co 2
›
function date ( min , max ){ return function ( { date } ){ if ( new Date ( min ) <= new Date ( date ) && new Date ( d...
filtre & co 1
›
const products = [ { "_id" : 1 , "item" : "abc" , "price" : 10 , "quan...
Adetruire
›
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewp...
Edge (inspector)
›
lien Fichier à inspecter : https://microsoftedge.github.io/DevToolsSamples/inspector/inspector-demo.html https://microsoftedge.github.io/D...
›
Accueil
Afficher la version Web