Skip to content

thespirit3000/expression-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression calculator

Task

Your task is to implement function, which calculates the result for any math expressions. Write your solution in src/index.js


Do not use Function constructor and eval

Input: String, that contain (, ), +, -, *, / and space. Brackets can have any nasting depth
Output: Value of expression (Number)


Prepare and test

  • Install Node.js
  • Clone this repository: https://github.com/romacher/expression-calculator.git
  • Go to folder expression-calculator
  • Run npm install in command line
  • Run npm test in command line
  • You will see the number of passing and failing tests

Submit to rs app

  1. Open rs app and login
  2. Go to submit task page
  3. Select your task (expression-calculator)
  4. Press the submit button and enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%