A Simple JavaScript Sorting Utility

Or, an attempt at thinking like a programmer

Aleksey
JavaScript in Plain English
5 min readFeb 18, 2022

--

TryHackMe (n.d.) is an online platform that aims to teach aspiring cybersecurity professionals techniques and notions in both offensive and defensive security. They have a “room,” or lab, that introduces its users to JavaScript (“GhostlyPy”, 2020) with a challenge in the end for users to implement their own sorting algorithm (Ibid, task 10). In this article, I will discuss my solution to their “JavaScript challenge.”

--

--