2018-070

De Mi caja de notas

Révision datée du 11 mars 2018 à 08:41 par Xtof (discussion | contributions) (→‎arrays (tableaux))
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Septidi
17
Floréal
CCXXXII

dimanche 11 mars 2018

« From far, from eve and morning and yon twelve-winded sky, the stuff of life to knit blew hither: here am I. Now, for a breath I tarry nor yet disperse apart... »

— Alfred Edward Housman



Apprendre JavaScript 

Semaine 2 - Devoir - survol image Galerie Photos

L'exercice avec le code pour démarrer : http://codepen.io/ColleenEMc/pen/wKYxZa


See the Pen Galerie Photos - Survol JS by Christophe Ducamp (@xtof-party) on CodePen.

<script async src="https://static.codepen.io/assets/embed/ei.js"></script>


Semaine 3

Code https://codepen.io/collection/noEJaj/#


anti-sèche JavaScript

http://www.cheat-sheets.org/saved-copy/jsquick.pdf

arrays (tableaux)

slides : File:03.01.JS_JavaScriptArrays.pdf

https://www.coursera.org/learn/javascript/lecture/g8N8v/javascript-arrays


slides : File:03.02.JS_CodeWithMeArrays.pdf


https://www.coursera.org/learn/javascript/lecture/0WIL8/code-with-me-arrays


slides File:03.03.JS_ArrayIteration.pdf itération ou boucle JavaScript


   for(j=0;j<array.length;j++{
   //Les étapes ici sont répétées 
   }

https://www.coursera.org/learn/javascript/lecture/ZO1SL/javascript-iteration