Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4615764
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:53:11+00:00 2026-05-22T01:53:11+00:00

js> (5).toString(2) 101 js> 5.toString(2) js: <stdin>, line 53: missing ; before statement js:

  • 0
js> (5).toString(2)
101

js> 5.toString(2)  
js: "<stdin>", line 53: missing ; before statement
js: 5.toString(2)
js: ..........^
js> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:53:12+00:00Added an answer on May 22, 2026 at 1:53 am

    Javascript assumes (bizarrely) that a number followed by a dot means the dot is a decimal point. This is counter-intuitive, but at least it’s reliable.

    You have several choices as to how you deal with this:

    (5).toString(2); #1
    5..toString(2);  #2
    5.0.toString(2); #3
    5 .toString(2);  #4
    

    Stackoverflow’s syntax highlighter shows you that, in #2 and #3, the first dot is considered to be part of the number and the second to be the operator. In #4, we can see that the space tells the parser that the number has ended.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

100['toString'] //does not fail 100.toString //fails why? 100.toString is not same as 100.toString() .
I was writing a toString() for a class in Java the other day by
I have implemented a ToString() override method for my class in my Webservice and
AssemblyName.GetAssemblyName().Version.ToString() will give the version number ,,but i need to get version number from
String product = Integer.toString(w); char[] original = String.toCharArray(product); This is the code I have
Possible Duplicate: PHP ToString() equivalent I get this error: Catchable fatal error: Object of
The BitConverter.ToString gives a hexadecimal in the format 'XX-XX-XX-XX' Is there an opposite method
response.setHeader(keys[i].toString(),value); in a servlet is throwing null pointer exception even though none of keys[i]
Trying to override a tostring in one of my classes. return string.Format(@ name =
Do you generally assume that toString() on any given object has a low cost

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.