Beginner Learning HTML & JavaScript Seeking Guidance

emeke11

BANNED
Joined
Mar 29, 2026
Messages
16
Reaction score
1
Hi everyone

I hope you’re all doing well. I wanted to share a little about what I’ve been learning recently and also get some guidance from those with more experience.

I’ve started learning HTML and JavaScript, mainly focusing on understanding the basics and building simple pages. Right now, I’m taking things slowly so I can really understand how everything works instead of rushing through it.

Sometimes it feels a bit overwhelming, especially when trying to connect different concepts together, but I’m staying consistent and enjoying the process.

I would really appreciate any advice on how to improve faster or what I should focus on next as a beginner.

Thank you so much for your time and I’m looking forward to learning from your experiences
 
To be honest, I doubt it's a good idea to learn HTML and especially JS from scratch in 2026. Generative AI has already developed so much that it writes excellent code in these languages, often better than humans. My advice to a beginner is to study the breadth, not the depth; namely, explore the possibilities of technology and see examples of completed projects, then you will be able to competently make a request to AI, and get a clean and structured code in the output. In your case, I would have already prepared the skeleton of the request, for example: "I need to get a dynamic web page, it is important that the page is based on the technological stack HTML + CSS + JS. I want the page to be physically represented by three interconnected HTML, CSS, and JS files. The result should look modern both in terms of design and code..."
 
With programming languages, I recommend practicing daily and watching YouTube videos to learn more.
Hi everyone

I hope you’re all doing well. I wanted to share a little about what I’ve been learning recently and also get some guidance from those with more experience.

I’ve started learning HTML and JavaScript, mainly focusing on understanding the basics and building simple pages. Right now, I’m taking things slowly so I can really understand how everything works instead of rushing through it.

Sometimes it feels a bit overwhelming, especially when trying to connect different concepts together, but I’m staying consistent and enjoying the process.

I would really appreciate any advice on how to improve faster or what I should focus on next as a beginner.

Thank you so much for your time and I’m looking forward to learning from your experiences
 
I accept your words @CyberHR. AI can write code well compared to humans, but sometimes it provides code with high complexity and it is not easy for general users to understand.

So, basic and in-depth knowledge is very important to check whether the code is correct or not, and to understand how to reduce the complexity of the code.

We all forget one thing, AI helps to reduce our work time and speed up the process, but it will never replace humans. In case you feed anything wrong on the internet, AI is not able to differentiate whether it is right or wrong,
 
We all forget one thing, AI helps to reduce our work time and speed up the process, but it will never replace humans.
Absolutely!
By no means am I saying that AI can replace humans (including programmers), because strategic decision-making, technology selection, performance testing and technical task verification are still entirely up to humans.


And, yes, we must never forget that the LLM response is always a reflection of the training data and a reflection of the user query.
 
taking it slow like you're doing is the best way to avoid frustration later. after basics, messing around with dom manipulation in js helped things connect for me.
 
Back
Top