Skip to content

Back to basics: Command line sorting with nodejs

Photo of Tyler Johnson
Hosted By
Tyler J.
Back to basics:  Command line sorting with nodejs

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

Photo of Tampa Backend Devs group
Tampa Backend Devs
See more events
Varela
1701 N Lois Ave · Tampa, FL