This commit is contained in:
Andrea Bianchi
2026-03-29 09:26:54 +09:00
parent 3c585bca3b
commit e37cc3abcd

View File

@@ -15,7 +15,7 @@ In this assignment you are required to understand **functions and recursion**, a
Clone the repository in your computer and you will find a few files and these instructions.
You are on the `main` branch, but the code for this exercise and the instructions are inside the `develop` branch. Checkout (or switch to) the `develop`branch and you will see the main files `main.js` and `index.html` as well as the rest of the instructions. The file `main.js`contains some stub code to get you started. Do all your commits in the develop branch, then, when you are done, **merge** your changes in the `main` branch, before submitting.
You are on the `main` branch. Create a `develop` branch and develop your code there. The file `main.js`contains some stub code to get you started. Do all your commits in the develop branch, then, when you are done, **merge** your changes in the `main` branch, before submitting.
## Overview