Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created April 21, 2018 21:26
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 dance2die/c7a64bb49aef2213946010582bcfc4bd to your computer and use it in GitHub Desktop.
Save dance2die/c7a64bb49aef2213946010582bcfc4bd to your computer and use it in GitHub Desktop.
// C#
==================== Range DEMO - Sequence Increased by Factor of two ====================
One to Ten => 1,2,3,4,5,6,7,8,9,10
Three numbers from 999 => 999,1000,1001
// JS
==================== Range DEMO - Some Generic Examples ====================
One to Ten => 1,2,3,4,5,6,7,8,9,10
Three numbers from 999 => 999,1000,1001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment