Skip to content

Instantly share code, notes, and snippets.

export default class Sieve {
constructor(endNumber) {
this.endNumber = endNumber;
this.startNumber = 2;
}
range(start, end) {
return Array.from({length: ((end + 1) - start)}, (v, k) => k + start);
}

No SSR

Server Software:        nginx/1.10.2
Server Hostname:        localhost
Server Port:            8001

Document Path:          /
Document Length:        5398 bytes

Keybase proof

I hereby claim:

  • I am queso on github.
  • I am joshowens (https://keybase.io/joshowens) on keybase.
  • I have a public key ASAo4Cee-Mp4Inrv8iiP_zos-UQrjhy46UBVb9UJMoTkGwo

To claim this, I am signing this object: