Need Advice Regarding JavaScript

So I've been wanting to starting learning JavaScript I just wanted to ask if there's any tips anyone can give me and what websites/videos you'd recommend me going to so I can start learning JavaScript
14 Replies
ullaskunder
ullaskunder5mo ago
@hrphyn this will help you a lot beacuse they show how js actually workd under the hood https://www.youtube.com/@Codesmith https://www.youtube.com/@DaveGrayTeachesCode
YouTube
Codesmith
Codesmith’s Software Engineering Immersive program is an advanced residency designed to help individuals launch or level-up a meaningful, high-level career in Software Engineering. We offer a 13-week Full-Time Immersive in both onsite and remote settings, as well as a 38-week Part-Time Remote Immersive. In addition, Codesmith offers a variety of...
YouTube
Dave Gray
Web Development tutorials with full courses on HTML, CSS, JavaScript, React, Node.js and more! My goal is to help you learn how to build the web. Teaching helps me learn, too. I work full-time as a Solutions Architect / Developer and part-time as a university web dev instructor. Thank you for subscribing, supporting my channel and sharing the ...
clevermissfox
clevermissfox5mo ago
I was struggling on tutorials and 24hr YouTube courses for a month before I found the scrimba course. The course is great yes but the main advantage was being able to code along conveniently. So whatever you choose, make sure you’re not just watching and taking notes; get the keys clacking! Even if you think you understand/grasp a concept I’ve found when it’s time to actually write the code it’s kind of hard to translate from memory at first. Esp with strict syntax where you miss one parentheses or comma and it’s broken everything https://scrimba.com/learn/learnjavascript
Scrimba
Learn JavaScript for free - 9-hour interactive tutorial
Learn the basics of JavaScript by solving 140+ interactive coding challenges. Along the way you will build a game, a browser extension, and even a mobile app!
ullaskunder
ullaskunder5mo ago
and yaa have a look a it 😅 https://ullaskunder.tech/blogs
Blog
Ullas Kunder, a highly skilled web developer with expertise in front-end and back-end technologies. Explore a portfolio showcasing innovative and user-friendly websites. Former software engineer for mobile. Experience the perfect blend of creativity and functionality in web development.
From An unknown user
From An unknown user
RMON
RMON5mo ago
I appreciate the help from all of you, this is exactly what I needed when I first started learning HTML & CSS the mistake I made was just following along and taking notes rather then coding so when I sat down to code I got lost.
dysbulic 🐙
dysbulic 🐙5mo ago
If you get the chance to get in on a pair programming call, having real-time live feedback on what's being written can be really helpful. The Code With Friends Discord has sessions from time to time.
RMON
RMON5mo ago
I'll check it out I appreciate it!
Takyon_is_Online
I think I struggle with taking too much notes. Any tips to limit notes? I just think there are information that I didn't know or the instructor worded something better than I ever could because I am such a beginner.
Queequeg
Queequeg5mo ago
Taking notes isn't bad - it is just not the best way to learn to code (arguably to learn any skill). If you find notes do help you, after the lecture/video/session, summarize what you have learned from memory in your notes. This will help the info stick and provide an easy place to look for future reference if you ever end up referencing your notes.
Takyon_is_Online
Ok thanks for helping me look at it that way. Also I find with code it isn't easy to formulate into sentences
RMON
RMON5mo ago
What do you recommend doing for a beginner? I like making stuff and after doing it a few times it sticks with me but in this case where I barely know any JS what could I create?
clevermissfox
clevermissfox5mo ago
Try the scrimba course you’ll make a couple projects and they walk you through it while teaching you how For me it helps me NOT to take notes along with the course etc , if I do I’m pausing every thirty seconds. Instead I’ll watch a module or a chunk and then pause it and summarize the actual important part instead of writing down everything they say. I found this limits my notes and keeps it concise to the actual important points instead.
RMON
RMON5mo ago
Honestly that's true I dislike having to pause so many times just to write notes that I'd probably forget by the next day I like actually doing the thing so it becomes muscle memory and sticks with me
clevermissfox
clevermissfox5mo ago
I didn’t even see this answer before I wrote it but yes exactly. Summary helps it stick and helps identify the important bits That’s what’s great about scrimps it’s easy to code along in the browser on their platform , there’s a console and file folder and you can save notes and come back to them too Scrimba *