What should I "forget" when going to Javascript?

Posted by ElGringoGrande on Programmers See other posts from Programmers or by ElGringoGrande
Published on 2012-03-18T23:41:08Z Indexed on 2012/03/19 2:15 UTC
Read the original article Hit count: 253

Filed under:
|

I went from C=64 Basic and assembler to FORTRAN and C to C++ and Java. Professionally I started in Visual Basic for applications then to Visual Basic 4, 5, 6. After that VB.NET AND C# with some Java here and there. I have played with Ruby and Python and found both fun.

During each step I never felt like I had to forget what I had learned before. I always felt like I was just learning better and/or slightly different ways of doing things but the difference was not major. The difference was like the difference between American, Australian and British English. (Maybe assembler was Latin and FORTRAN was Spanish.)

But now I am using JavaScript to do real, actual work. (Before used it as a "Scripting" language pure a simple.) And I just feel like I have to forget some things to become proficient in it. It feels like some old Egyptian language.

What should I forget? Is it just that code organization is different (no real classes so no one class one file)? Or is it something more basic?

© Programmers or respective owner

Related posts about learning

Related posts about JavaScript