JavaScript-Course-2023 icon indicating copy to clipboard operation
JavaScript-Course-2023 copied to clipboard

JavaScript course for beginners on CoderDost Youtube Channel

Results 4 JavaScript-Course-2023 issues
Sort by recently updated
recently updated
newest added

In Q.3.3 there is a mistake when we declare a function we pass parameters and when we call the function we pass the argument.

Missing return statement in 3.7

Syntax errors: 1. There is an extra closing parenthesis ')' at the end of the first line that should be removed. 2. In the second line, the square brackets '[]'...