goldbachsOtherConjecture()
should return a number.
testString: assert(typeof goldbachsOtherConjecture() === 'number');
- text: goldbachsOtherConjecture()
should return 5777.
testString: assert.strictEqual(goldbachsOtherConjecture(), 5777);
```