Live data from Hacker News

Learning a new language as an experienced dev

news.ycombinator.com

1–2 of 2 posts

Learning a new language as an experienced dev

#1
I will need to learn JavaScript as part of a new project at work. Been a while since I switched languages, any advice on how to pick up a new language without having to learn what a variable is as most tutorials do today?

P.S Switching from Java to Javascript if that helps

Re: Learning a new language as an experienced dev

#2
Choose a programming project and learn by programming it in javascript using a language manual.

Besides, javascript is so simple a language that you could probably learn a lot from just reading someone's code. That could get you started. From there consult the manual as needed.