complete-intro-to-web-dev-v3 icon indicating copy to clipboard operation
complete-intro-to-web-dev-v3 copied to clipboard

The Complete Intro to Web Dev v3, as taught on Frontend Masters

Results 61 complete-intro-to-web-dev-v3 issues
Sort by recently updated
recently updated
newest added

https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/css/grid In the very first paragraph, there's a typo in the sentence: In short, grid is useful **is** more laying out a page (which are frequently grid-like) whereas flex is...

Fixed the typo from page grid.

Validate-word API request is giving an error and is broken https://words.dev-apis.com/validate-word When making a post request, throws an error as : { "error": "unexpected end of JSON input" }

Validate-word API request not working https://words.dev-apis.com/validate-word When making a post request, throws an error as : { "error": "unexpected end of JSON input" }

It has been mentioned in the corresponding video that "// nothing necessary here" is false syntax for comments in CSS, but it's still like this within the first code snippet...

At the first paragraph. "After the end of this course, you can reasoably expect to know how to code a website from scratch and be prepared to take more courses...

Not able to go on next row in "Word Master Project". It is changing last latter instead of goin on next row. Also class animations for .close is not working....

In the above example, the condition inside of the parens is evaluated and if it's true, In the above example, the condition inside of the parentheses is evaluated, and if...

https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/javascript/arrays "You can have an array of numbers, an **arry** of strings, an array of objects, an array of arrays, an array of arrays of arrays, etc." array