Jump to content

Javascript Trivia


shah_ankitb

Recommended Posts

In a standalone web page (must be able to double click on a file and open a browser), write a function that displays the string form of a value in a particular number base.// function integerToString(value, numberBase)Note: Do not use built-in language features to accomplish the task.Do not trivialize the task by using pre-existing JS functions to solve the crux of the question, for example, Number.toString(numberBase).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...