Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Created April 26, 2023 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointofpresence/0228d611745a6c5dfca24d303b1643a8 to your computer and use it in GitHub Desktop.
Save pointofpresence/0228d611745a6c5dfca24d303b1643a8 to your computer and use it in GitHub Desktop.
Array to number array
const prev = oldVersion.split('.').map(Number);
const next = newVersion.split('.').map(Number);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment