.. _solutions05:

Solution 05 (all exercises)
===========================

Solution: make the loop count down from 5 to 1
----------------------------------------------

.. code:: javascript

{{ s05_ex1_loop_js }}

Solution: an experiment which loops through an array of strings
---------------------------------------------------------------

.. code:: javascript

{{ s05_ex2_loop_js }}

You may have spotted that you could also do this using timeline variables!

Solution: greetings
-------------------

.. code:: javascript

{{ s05_ex3_loop_js }}
