I've been creating small, hand-written websites to organise my files. It's a lightweight, flexible approach that I hope will last a long time.| alexwlchan.net
The sort() method of Array instances sorts the elements of an array in place and returns the reference to the same array, now sorted. The default sort order is ascending, built upon converting the elements into strings, then comparing their sequences of UTF-16 code units values.| MDN Web Docs
NAME| git-scm.com
JSON (JavaScript Object Notation) is a lightweight data-interchange| www.json.org