complete-javascript-course icon indicating copy to clipboard operation
complete-javascript-course copied to clipboard

Starter files, final projects, and FAQ for my Complete JavaScript course

Results 190 complete-javascript-course issues
Sort by recently updated
recently updated
newest added

After successfully guessing the secret number, we can still change the guess and the game continues.... Leaving the background green (winning screen) and the score getting reduced till 0 Leading...

const jones={ firstName:'jones', lastNmae:'school', age:40, lisence:true, profession:"doctor", isHasLisence :function(){ return this.lucky=this.lisence?'a drivers lisence':'No driving lisence'; } }; console.log(`"${jones.firstName} is a ${jones.age} years old ${jones.profession} ,and he has ${jones.lucky}"`);

It showing build fail again and again and I fed up with this now. Could someone please help me?

Hi Jonas! On this lesson you're trying to generate a random number between min and max that includes both these values. However, the min value never gets generated with the...

I'm a scholar, high-school.. and from Africa (lesotho) already know some html and css, so I wanna learn Javascript but nothings seems to be working

worked with classes: add, remove, contain.