VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Javascript Project Tutorial: Budget App

Javascript Project Tutorial: Budget App

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn to create a budget web app using JavaScript. -Source Files: https://github.com/john-smilga/js-budget-setup Tutorial from Coding Addict. Check out the Coding Addict YouTube channel: https://www.youtube.com/codingaddict
Date: 2022-03-14

Comments and reviews: 10


when I press the -add expense- button, the expense and expense amount is not displayed
instead I get
$-expense.title- $-expense.amount-
as the display. I am not getting the expense name and expense amount
somebody, please help

reply

56:00 I have everything within quotes yet sublime is trying to recognize some of it as JavaScript. It's surrounded by a set of single quotes and everything within has double quotes just like his. What could be going wrong here?
reply

hello men thanks for this amazing tutorial
ca we remove the addExspense method and instead read the expenses list diretly from a method called -ListItems-, since we already pushing object to the array this.itemList ?

reply

around 40:00. On the same line as my document.addEventListener thing, it's saying: Uncaught SyntaxError: Unexpected token '.'
I've typed and retyped it multiple times. Anyone know why this is happening

reply

Hi , did anyone else get up to the hour mark and I cant get my expense list and amount to show . I am not getting any console errors and the markup seems correct. anyone else have the same issue
reply

Thanks for the tutorial!! Help me to learn how HTML/CSS interacts with JS!
But forgetting or skipping the sum of the old budget with a new was a little disappointing hehe

reply

Why not adding the eventListenters function directly as the callback to DOMContentLoaded event? It seems redundant the way it was called in the video.
reply

This is the first JS course I've seen with constructors & classes. I paused it so I can go watch another video to figure out what they are.
reply

Maybe I missed something, but I do not understand where the data will be stored? Or database connection is not included in this tutorial?
reply

hello,
when he console.log(itemList) it doesnt work. He need the this keyword, but why we need this? why javascript cant find itemList?

reply
Add a review, comment






Other channel videos