Ajout exercices supplémentaires formation JS

This commit is contained in:
2015-04-01 22:05:05 +02:00
committed by Benjamin Bohard
parent ee0ae6d1be
commit b1cbcaefd3
3012 changed files with 363655 additions and 126 deletions

View File

@ -0,0 +1,9 @@
<html>
<body>
<script src="gulp/dist/myModule.js"></script>
<script>
myModule.publicFunc1();
myModule.publicFunc2();
</script>
</body>
</html>