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

It might be a good idea to add maximum and minimum limits on the input field where the user enters the guess number. Files: 05-Guess-My-Number/starter/index.html ([link to file](https://github.com/jonasschmedtmann/complete-javascript-course/blob/4a64f00ae930c9fe4c0af7b20ae6af6cf95d5acb/05-Guess-My-Number/starter/index.html)) 05-Guess-My-Number/final/index.html ([link...

Building on netlify is working, but when i go to the address to test the application nothing works. So i inspected console which has this message: Uncaught ReferenceError: Fraction is...

Fix: "use strict" to be executed in strict mode.

Issue: - Strict mode was not properly enabled in [`17-Modern-JS-Modules-Tooling/final/clean.js`](https://github.com/jonasschmedtmann/complete-javascript-course/blob/master/17-Modern-JS-Modules-Tooling/final/clean.js#L1) (278 Let's Fix Some Bad Code: Part 2) Fix: - Replace `'strict mode';` with `'use strict';`

The first example rendered in video 288 has a different url https://www.thepioneerwoman.com/food-cooking/recipes/a11758/pepperoni-pizza-burgers/

Hi! I'm new to this course and my first problem was when I began studying functions. After watching the lessons carefully and doing exercises I started to understand the concept...

I have followed a solution about the errors with fraction when running live on Netlify, however I tried the fracty solution but didnt work + the localhost didnt worked either...