Meal Maker Javascript Objects Project | Day 46 Codecademy

preview_player
Показать описание
I am teaching myself how to code and would love to share my journey with you. You will find a lot of coding content for beginners on this channel.

Today I worked on the Meal Maker Javascript Objects Project from Codecademy.

#fullstack #WebDevelopment #frontenddeveloper #selftaughtdeveloper #codecademy#LearnToCode #Coding #FrontEnd #BackEnd #SelfTaught #TechTalk #Tutorial #CS #Programming #Tech #SoftwareDeveloper #SoftwareEngineer #Code #ComputerScience #Git #Vscode #Github #CSS #JS #html #JavaScript #DevTools #VLOG
Рекомендации по теме
Комментарии
Автор

Love how short and concise your videos are! Thank you!

JXrupt
Автор

This was super helpful. When I ran the last console log on mine it would return this._meal and this._price instead of the actual word and number. It was because I didn't use the back ticks ( ` ` ) and was using quotation marks 🙄😅

Rudyjm
Автор

still learning but when finished. if we leave at the bottom
menu._meal = 1
menu._price = "test"

they overide the setters?

should we use these instead so they use the set functions?
menu.mealToCheck = 1
menu.priceToCheck = 'Hello'

Robdunnhill
Автор

Thank you for just doing it and explaining nothing -_-

BlueprintAcademyNYC