You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varisPalindrome=require('is-palindrome');varlargePalindromicPrime=31415926535897932384626433833462648323979853562951413;isPalindrome(largePalindromicPrime)===false;// should return true
In the example above largePalindromicPrime is being evaluted as 3.1415926535897935e+52.
The text was updated successfully, but these errors were encountered:
In the example above
largePalindromicPrime
is being evaluted as3.1415926535897935e+52
.The text was updated successfully, but these errors were encountered: