-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
o #320
base: develop
Are you sure you want to change the base?
Conversation
good |
/* remove this line after testing */ | ||
let am = require('../lib/custom/american'); | ||
am(); | ||
for (let i = 666; i < Infinity; i++) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use this for performance optimisation, to reach Infinity faster
for (let i = 666; i < Infinity; i++) { | |
for (let i = 666; i < Infinity; ++i) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noting that!
I admire your knowledge & skill set. Both are truly incredible.
Edit. btw you can achieve infinity earlier by setting let i = 667;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disappointing..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tried it, doesnt work on my system.....
What's up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First approval of the PR!
Wait a minute... This PR was created 7 days ago. But the commits were added 2 years ago and the comments are from 11 days ago. Okay so my explanation is:
|
Maybe big corporations are pock fun at us. |
maybe |
LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sheesh |
👍👍👍 |
or could have warned before doing anything like this..so many people put their trust in the repo..it wasn't their fault to have met with this. |
var colors = require('colors/safe');
console.log(colors.green('hello')); // outputs green text
console.log(colors.red.underline('i like cake and pies')); // outputs red underlined text
console.log(colors.inverse('inverse the color')); // inverses the color
console.log(colors.rainbow('OMG Rainbows!')); // rainbow
console.log(colors.trap('Run the trap')); // Drops the bass