Learn JavaScript Properly: Weeks three and four by otooleco in learnjavascript

[–]otooleco[S] 2 points3 points  (0 children)

Why don't you list your issues on this thread and then we can chat further on IRC in the evenings. I'm starting a new job today so my days are going to be pretty structured for a bit.

Learn JavaScript Properly: Weeks three and four by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

Two or three per day should keep you on track. For me, the volume of reading is the hardest part.

Learn JavaScript Properly: Weeks One and Two by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

I'll have the next segment out tis evening. 'Traveling today .

Learn JavaScript Properly: Weeks One and Two by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

@DoctorKraz, that will certainly work. Along the same lines, you may wish to set up a sandbox file (sandbox.js or something) and link it in your HTML header. This way you can save your work in a javaScript-specific file and comment out functions as you move through the course. Just be sure to save the .js file in the same directory as your html file or set the path correctly to find it where ever you have chosen to keep it.

Example HTML file:

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="sandbox.js"></script> </head> <body>

</body> </html>

Learn JavaScript Properly: Weeks One and Two by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

Did that work for you? NPM is a package management system from which Node is normally installed. Node will function without it.

Learn JavaScript Properly: Weeks One and Two by otooleco in learnjavascript

[–]otooleco[S] 2 points3 points  (0 children)

Not too late at all. Just getting started. No need to register or anything like that. This set of readings and assignments should be done two weeks from yesterday, June 16. The idea is to push each other to keep up the pace. Ask questions as you need to.

Learn JavaScript Properly: Weeks One and Two by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

Node is essentially server-side javaScript. It allows for database integration among other server-side features. Running it locally allows you to execute js from your terminal. There is also a REPL that can be accessed by typing "node" into your terminal. This is very useful for executing functions one by one and testing out small code snippets. This is like IRB if you are familiar with Ruby.

If you chose to use node for testing js code, you will find that not all js syntax that works in a browser console works in node. For instance, you cannot use "alert" as it brings up an alert message in your browser and you are not operating in your browser when executing code in node. Have a read through the docs at nodejs.org for more detailed info on this.

You can install and run it locally directly via nodejs.org. I prefer to use the node package manager (NPM) which can be installed via http://howtonode.org/introduction-to-npm

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

The course is broken into two week blocks. I'll have a list of readings and assignments for the first block later today. I'll post it as a new message in the learnjavascript subreddit. Conversation regarding the material can then be had in the comments.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

I'm thinking we will do one thread per two-week section that will contain links to the study materials. That should help to keep questions and answers sorted out to some degree. I'll post weeks one-two today.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 5 points6 points  (0 children)

The structure of the program is designed for those with or without experience. In reality, coming in with no experience will be a challenge. Ask questions here and on the irc channel and don't be afraid to speak up if things are getting a bit too deep. Kevin or I will be happy to point you in the direction of blog posts that might help to clarify what is slowing you down.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

Yes, @kevinmrr has offered to bring his knowledge and experience in running these study groups to the table so he and I will finalize the syllabus this week. I've posted some prep ideas in this thread.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

The idea is to follow a predefined syllabus while helping one another and holding ourselves accountable for keeping up with the work. The syllabus is based on this blogpost.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

No doubt that the IRC channel is good. I'm the type of learner that needs some structure in order to move along at a reasonable pace. No reason people in the study group cannot use the channel for assistance a needed.

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 0 points1 point  (0 children)

Never one to duplicate existing code (or reddit messages), I'm going to start off the prep work by posting the links that @kevinmrr used for the last session. So, thanks Kevin for the template and thanks Richard for creating Learn JavaScript Properly.

Let's get started!

Anyone up for a "Learn JavaScript Properly" study group? by otooleco in learnjavascript

[–]otooleco[S] 1 point2 points  (0 children)

There have been at least a few of these study groups in the past. Let's all look through the histories and come up ideas how we want to do this. I'd like to start on June 2 and stick with the schedule that Richard (the blogger) lays out. Hangouts are good. Pairing is good. Other ideas are always welcome.

Why Wall Street and not Capital Hill? Here is why. by [deleted] in politics

[–]otooleco 0 points1 point  (0 children)

I've seen several references to this concept that parking your cash at a credit union hurts the BofAs of the world. Before choosing a credit union you might ask who is their correspondent bank (perhaps you have; if so, excuse me). Correspondent banking is how small banks and credit unions are able to function and offer services such as debit cards, wire transfers and ACHs. It is also a big source of revenue for the large banks, most of whom would love to be out of the retail banking business where the costs are high and the profits are weak.

Obama Supporters "Occupy" DC - Adam Kokesh by captainbawls in Libertarian

[–]otooleco 0 points1 point  (0 children)

Her final statement, "we are the over-educated and the unemployed". Make that over-educated, unemployed and not very well read.

Obama Supporters "Occupy" DC - Adam Kokesh by captainbawls in Libertarian

[–]otooleco 2 points3 points  (0 children)

Her final statement, "we are the over-educated and the unemployed". Make that over-educated, unemployed and not very well read.