print()
Description
Logs the number to console.log() and returns the original
Number object, allowing further chaining.
Signature
print(): Number
Example
(123).print(); // logs: 123