TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
10.11k stars 13.54k forks source link

Foundations: Function Basics (assignment), Explicity mention where the output is obtained #28792

Closed eGOist-sys closed 2 weeks ago

eGOist-sys commented 2 months ago

Checks

Describe your suggestion

Some people might forget that the output is not obtained on the browser, but the console tab in the dev tools. it might be better to clarify that the output.log() prints the data in console.

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-function-basics

(Optional) Discord Name

No response

(Optional) Additional Comments

No response

Rajaravi99 commented 2 months ago

Hi, can I work on it

MaoShizhong commented 1 month ago

Thanks for opening the issue @eGOist-sys. Is this something you've seen as a common issue in the community?

Given the name of the function console.log and the "how to run JavaScript code" linked just above that part of the assignment (which does state that console.log outputs in the developer console), I haven't thought this to be a big issue and haven't noticed it much myself at least.

eGOist-sys commented 3 weeks ago

sorry for replying this late as my school exams just got over. @MaoShizhong you're correct this might not be a big issue. but from someone's perspective who has very little experience with javascript or coding in general, this serves as a good refresher. sorry if the issue was not relevant and feel free to close the issue