complete-javascript-course
complete-javascript-course copied to clipboard
Starter files, final projects, and FAQ for my Complete JavaScript course
Here is challenge 1: - . A player looses his ENTIRE score when he rolls two 6 in a row. After that, it's the next player's turn. (Hint: Always save...
I’m trying to declare the private class and when i run the project this is the error @parcel/transformer-js: This experimental syntax requires enabling one of the following parser plugin(s): 'classPrivateProperties,...
I've seen that there is a space problem in the button margin-top ('Where I Am?'), which looks weird. I added 10px Margin-Top to it.
Hey! I fixed a readme typo. btw love your courses
Hi, Im loving the course so far. Picked up some things that has really let values/variables connect in my mind. I have completed the first assignment and coded correctly but...
With `Number(....)` we will always get `number` type and checking it again doesn't make sense. Checking with -1 makes sense as use can enter -ve numbers :)
This PR addresses a typo in Coding Challenge #1 where "should" was spell as "shoud" in the bonus challenge section.