denysdovhan / wtfjs

🤪 A list of funny and tricky JavaScript examples
http://bit.ly/wtfjavascript
Do What The F*ck You Want To Public License
34.97k stars 2.55k forks source link

Add Math.pow not equal to ** #104

Closed izayl closed 5 years ago

wparad commented 5 years ago

Does it makes sense to include a bug, and one specific to chrome no less, rather than something that exists in javascript innately and likely won't be changed?

izayl commented 5 years ago

Does it makes sense to include a bug, and one specific to chrome no less, rather than something that exists in javascript innately and likely won't be changed?

@wparad

you're right, at the beginning, my thought is for helping someone who never heard this problem.

I'll close this pr, thx for reply.