How I learn JavaScript

2 minute read

June 26, 2017

How I am learning JavaScript;

Lately I have been trying to learn all I can about JavaScript. Coming from a background of .Net it was a little troublesome at first because lets face it JavaScript was a pain when I started learning it and it was a chore at best. Within the past year I have begun embracing it and all its odd complexities. Now I am just fascinated with its flexibility and popularity. Here are some of the ways I am learning it.

Learning by solving real-world problems;

I was trying to decide how I can get some real-world JavaScript code out there when I came across Fiverr.com. I want to eventually create a side business and this was my first real attempt to “get out there” and do some work. So I decided to go full in on Fiverr and I did for a few months then I had to stop using it because of personal reasons. I learned so much by working on small tasks in Google apps like Google Sheets, which uses JavaScript as its scripting language.

  • Google Sheets Tutorials - This is Google’s site for learning scripting in Sheets. Great resource.
  • Drive Bunny - I used this site a lot when I was working consistently in Google Sheets and needed some quick answers.
  • Digital Inspiration by Amit Agarwal - This guy is a genius and has a lot of great work out there to share with the world, go here if you want answers! He has built lots of useful tools to use all over.

Tutorials/Videos;

Blogging solutions/ideas/tutorials;

I am going to be blogging about all things that I have learned on my journey and this is helping me to realize that it can only help me on my own journey of learning JavaScript. So I will be posting more on here to help anyone out there like all these other people helped me work thru my problems. Giving back is essential to learn and contribute to the community.

Leave a Comment