File tree 1 file changed +53
-0
lines changed
1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,56 @@ After, we will make our AirBnB project dynamic by using Javascript and JQuery.
9
9
10
10
Tasks :
11
11
12
+ ## 0. First constant, first print
13
+ a script that prints “JavaScript is amazing”
14
+
15
+ ## 1. 3 languages
16
+ a script that prints 3 lines
17
+
18
+ ## 2. Arguments
19
+ a script that prints a message depending of the number of arguments passed
20
+
21
+ ## 3. Value of my argument
22
+ a script that prints the first argument passed to it
23
+
24
+ ## 4. Create a sentence
25
+ a script that prints two arguments passed to it, in the following format: “ is ”
26
+
27
+ ## 5. An Integer
28
+ a script that prints My number: <first argument converted in integer > if the first argument can be converted to an integer
29
+
30
+ ## 6. Loop to languages
31
+ a script that prints 3 lines: (like 1-multi_languages.js) but by using an array of string and a loop
32
+
33
+ ## 7. I love C
34
+ a script that prints x times “C is fun”
35
+
36
+ ## 8. Square
37
+ a script that prints a square
38
+
39
+ ## 9. Add
40
+ a script that prints the addition of 2 integers
41
+
42
+ ## 10. Factorial
43
+ a script that computes and prints a factorial
44
+
45
+ ## 11. Second biggest!
46
+ a script that searches the second biggest integer in the list of arguments.
47
+
48
+ ## 12. Object
49
+ Update a script to replace the value 12 with 89
50
+
51
+ ## 13. Add file
52
+ a function that returns the addition of 2 integers
53
+
54
+ ## 14. Const or not const
55
+ a file that modifies the value of myVar to 333
56
+
57
+ ## 15. Call me Moby
58
+ a function that executes x times a function.
59
+
60
+ ## 16. Add me maybe
61
+ a function that increments and calls a function.
62
+
63
+ ## 17. Increment object
64
+ Update a script by adding a new function incr that increments the integer value
You can’t perform that action at this time.
0 commit comments