VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Build 15 JavaScript Projects - Vanilla JavaScript Course

Build 15 JavaScript Projects - Vanilla JavaScript Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Sharpen your JavaScript skills by building 15 projects using plain JavaScript without frameworks. In this tutorial course, you will be taught step-by-step how to build JavaScript projects. - Code: https://github.com/john-smilga/javascript-basic-projects - View completed projects: https://www.vanillajavascriptprojects.com/
Date: 2022-03-14

Comments and reviews: 10


why do you use classes sometimes and id other times? as far as i know they are completely interchangeable in use and can be named anything you want. so sticking to using only one will of the two will guarantee there's no mix ups which i got plenty of times following this guide, resulting in an hour of me fine combing through every character of my code finding that i named a tag an id instead of class or vice versa. is there a quicker way to error detect mixed used of id and classes?
to elaborate, instead of having class=btn and id=btn we can just have class=btn and another class=btnid and bring in class of btnid instead of id of btn. so there's no confusion as to whether we have class or id of btn and which one is being used or linked.

reply

I can't even figure out how to run the dang code in chrome. I hit 'Run' but all I get is this error and I have no idea how to fix it. Googling it hasn't helped at all cause I don't understand what people are talking about. Super frustrating cause I literally didn't touch anything beyond setting up a repo and adding the some of the lines you did.
The error is this:
crbug/1173575, non-JS module files deprecated.
EDIT: Well I figured something out. Rn I'm just double clicking on the html file to open up the project in chrome. It's something, but far from ideal. I'd prefer you go over how exactly we're supposed to run the code cause being a complete newbie to web development I still have no clue on how to fix this issue.

reply

The tutorial is good, but would be better if he wasn't warning about errors you will run into if you don't do something. It is more efficient to learn by doing the error and fixing, then someone mentioning the possible error to you. It's also better to see errors manifest by yourself.
reply

What you've done for us here is incredible. You've made me more confident to try writing some javascript on my own and helped me progress so much. I'm only half way through the projects but already feel so much more capable in my coding practice. Thank you so much!!!
reply

Thank you so much, I had only seen the theory of JS, luckily, understood all of it, but had no idea how to apply it to a project, I've only had time to see the first project, and already helped me so much, gonna watch them all, thank you!!!
reply

Day 3 of following this course: each day i am doing one of the small projects, today on day 3 i did the reviews project, unlike the first 2 days where i was mainly just following, i did do most of the stuff alone! will update tomorrow.
reply

I downloaded the starter zip file from git, but the zip is not getting unzipped. When i am trying to unzip it , then it gives me a message saying file is corrupt. Can someone help me.
reply

I have a question i wish i can have an answer for....if i can do all these projects with bootstrap easily why bother myself doin' it with js?...a question from a beginner
reply

I have a question.
In the reviews section, there is a possibility to have the same person when we click 'surprise me' button a few times. How can we prevent that?

reply

Im new at coding, sorry for doing dumb question - what is a -vanilla- JavaScript? I mean, what would be a non-vanilla JavaScript?
reply
Add a review, comment






Other channel videos