Doc généraliste

Code snippets

  • Comment ajouter des éléments à un tableau?
  • Comment ajouter des URLs contenus dans un menu (UL>LI) dans un tableau?

    Le console.log renvoie ceci:

    (4) ["http://www.local/site_disabled/fr/home-static.html", "http://www.local/site_disabled/fr/flightlist-a-static.html", "http://www.local/site_disabled/fr/flightlist-d-static.html", "http://www.local/site_disabled/fr/companylist-static.html"]
    0: "http://www.local/site_disabled/fr/home-static.html"
    1: "http://www.local/site_disabled/fr/flightlist-a-static.html"
    2: "http://www.local/site_disabled/fr/flightlist-d-static.html"
    3: "http://www.local/site_disabled/fr/companylist-static.html"
    length: 4

  • Comment ajouter des entrées clé+valeur (key+value) à un tableau?
  • Comment supprimer tous les éléments d’une tableau, sauf les N derniers?

    Alternatively, modify the existing array with splice().

  • get closest number out of array
  • check if value exist or lies between particular values in array

  • How to compare values between two arrays?
  • Logic for checking in-between two numbersAttention au code d’exemple qui fonctionne bien mais qui omet les accolades !!!.