Back to basics: Command line sorting with nodejs

Hosted By
Tyler J.

Details
After a few browser focused meetups, let's get back to pure JavaScript. I'll be going through a simple command line tool that sorts numbers provided as parameters.
This is a simple task, but we may cover some complex topics. Feel free to try out the task before the meetup and bring along any questions or issues that came up. If you're interested in trying it out, download and install nodejs and create a program that will take any number of arguments and return a sorted result. For example:
>node my-sort.js 5 9 2 3
>2 3 5 9

Tampa Backend Devs
See more events
Varela
1701 N Lois Ave · Tampa, FL
Back to basics: Command line sorting with nodejs