this post was submitted on 24 Mar 2026
16 points (94.4% liked)

Programming

26196 readers
243 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hello,

I am thinking about teaching my students JavaScript first so that they can start creating websites and make their career, what are your thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] brisk@aussie.zone 6 points 5 hours ago

What level are your students (primary school, high school, technical college, university)?

You said it's not a core skill, so what is their core skill? IT? Machinist? Electronics engineer?

C is an excellent "fundamentals" language that anyone with a software engineering and maybe computer science should have exposure too, but if their programming is purely practical (e.g. scripting for IT?) C is essentially irrelevant.

Javascript is very narrow in scope but if they're web designers then it's essential.

I'll back the other commenters that if they need a language they can do useful things in (e.g. simple automations, calculations), Python is hard to pass over.