2018-070

De Mi caja de notas

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Quintidi
5
Floréal
CCXXXII

dimanche 11 mars 2018

« L’individualité est un apanage de la complexité »

— Gaston Bachelard, Le Nouvel Esprit scientifique, (1934)



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