7

Does anyone can recommend some JavaScript book's,websites for advanced usages, something with design patterns in it

Comments
  • 2
    Eric Elliot has really good books and other resources! https://ericelliottjs.com
  • 1
    List of free good JS books :
    http://jsbooks.revolunet.com

    Filter the list by Intermediate / Advanced

    I would recommend JavaScript Design Patterns and SPA in depth to you (free)

    Besides pluralsight sight has some amazing courses for Javascript advanced user (paid)

    I would also recommend Udacity's Object Oriented Javascript, Javascript design patterns and all courses (they are free)
  • 4
    I can swear by the You Don't Know JS series.
  • 0
    Thanks to all of you!!
Add Comment