Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 354 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 354 Bytes

A practical application of the JavaScript language. A simple calculator to calculate a simple set of calculations. The JavaScript language was used in programming the calculator.

eval method => evalute code javascript and excute it take code in string and evaluete it.

example "5+6/9" this is string eval evulate code and convert it to javascript code