- http://theodinproject.com
-
Account used for The Odin Project related stuff to distinguish personal and portfolio projects from stuff used for learning :)
- Joined on
2024-01-03
3faa9634ab
Passed all remaining tests in exercise 12
2d76b4cb78
Passed first test in exercise 12
d8d93e38e0
Passed test (all) in exercise 11
fe94193f97
Passed all remaining tests in exercise 10
f49cd7df96
Passed tests 8 and 9 from exercise 10
7c157bdc29
Added 2 tests, fixed first numbers and passed them in exercise 10
ad1ef473d6
Passed first 5 tests of exercise 10
9d02464e9d
Passed all remaining tests in exercise 09
27551435b6
Passed first test in exercise 09
afbd11dad1
Passed "factorial" using recursive function in exercise 08
72da0d32bc
Passed "power" (using built in **) in exercise 08
e62fd9013c
Passed "multiply" using reduce() array method in exercise 08
cc04ef5b9f
Merge branch 'rgb'
8b51212b5d
Removed 1s disappear, added random colors, clearing grid
265efa765a
Block color now in class instead of modifying inline style
7c9c46779f
Grid create and remove in functions, added changing grid size
e6435e500e
Added paint space, painting on hover
8f9d6d689f
Max 5 points, announce winner
b83b1ed631
Removed points in case of Tie
807ce0487b
Added basic DOM functionality
8f9d6d689f
Max 5 points, announce winner
b83b1ed631
Removed points in case of Tie
807ce0487b
Added basic DOM functionality
ae2b9e7946
Added third element (div) with children (h1, p)
43278d20b2
Added second element (h3), changed way of appending
513f36c6a1
Added first element (p)
724e316b07
Initial commit
4cb2fa66b9
Passes all tests from toFahrenheit in exercise 07
08d14383b0
Passed tests 2 & 3 toCelsius from exercise 07
46732dbe89
Passed test 1 toCelsius from exercise 07
4938e86830
Passed all tests from exercise 06
c47a205e6f
Passed final tests for exercise 05