Click here to Skip to main content
15,887,485 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Amarnath S17-Apr-20 22:57
professionalAmarnath S17-Apr-20 22:57 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:25
Nand3218-Apr-20 1:25 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
CodeWraith17-Apr-20 23:28
CodeWraith17-Apr-20 23:28 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:24
Nand3218-Apr-20 1:24 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
CodeWraith18-Apr-20 2:01
CodeWraith18-Apr-20 2:01 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Peter Adam19-Apr-20 23:29
professionalPeter Adam19-Apr-20 23:29 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
bryanren20-Apr-20 9:43
bryanren20-Apr-20 9:43 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Sander Rossel17-Apr-20 23:31
professionalSander Rossel17-Apr-20 23:31 
Personally, I learned JavaScript from JavaScript Succinctly[^] (and then applying it in my job).
Back in the day you needed to create a (free) Syncfusion account to download the books.
I think you can read it all online without an account now.
They have a similar book on Node.js: Node.js Succinctly[^].
What I like about the succinctly series is that they are, well, succinct.
About 100 pages a book, but often less.
If you do decide to create an account and give them your real phone number, they do call you for marketing purposes although I've never found them to be annoying or pushy.
I gave them my real phone number because I write for them as well so they'd know I'm lying anyway Laugh | :laugh:

Then there's Learning JavaScript Essentials by Addy Osmani[^].
Another free ebook (no registration required) explaining common patterns in JavaScript.
It's a long read and you won't need a lot of it, but I'd recommend checking out the Constructor pattern, Module pattern, Revealing Module pattern, the AMD and CommonJS patterns and the JavaScript Namespacing patterns.
Those are very much used patterns and I've found them to make the difference between a good and a bad JavaScript programmer.

GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:22
Nand3218-Apr-20 1:22 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
BillWoodruff19-Apr-20 5:52
professionalBillWoodruff19-Apr-20 5:52 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Mike Hankey17-Apr-20 23:50
mveMike Hankey17-Apr-20 23:50 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:21
Nand3218-Apr-20 1:21 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Richard MacCutchan17-Apr-20 23:53
mveRichard MacCutchan17-Apr-20 23:53 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:21
Nand3218-Apr-20 1:21 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
RickZeeland18-Apr-20 0:53
mveRickZeeland18-Apr-20 0:53 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3218-Apr-20 1:20
Nand3218-Apr-20 1:20 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
dandy7218-Apr-20 2:37
dandy7218-Apr-20 2:37 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Davyd McColl19-Apr-20 20:33
Davyd McColl19-Apr-20 20:33 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3219-Apr-20 21:06
Nand3219-Apr-20 21:06 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
mauroc-198419-Apr-20 22:23
mauroc-198419-Apr-20 22:23 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3221-Apr-20 5:03
Nand3221-Apr-20 5:03 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
MadGerbil20-Apr-20 1:38
MadGerbil20-Apr-20 1:38 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3221-Apr-20 5:04
Nand3221-Apr-20 5:04 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
DavidBro6320-Apr-20 4:05
DavidBro6320-Apr-20 4:05 
GeneralRe: A good "pure" Javascript 'language' tutorial Pin
Nand3221-Apr-20 5:04
Nand3221-Apr-20 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.