A
A
alekseyizmaylov2018-02-26 16:03:38
JavaScript
alekseyizmaylov, 2018-02-26 16:03:38

Javascript calculator?

Good day everyone,
tell me please,
is it possible to implement programs for any engineering calculations in javascript? as an example - filled out the forms and received a text-report with the results.
I just would like to study Frontend in depth first of all without jumping into php and not spraying everything at once,
I'm a little confused ..... (((

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2018-02-26
@alekseyizmaylov

Can.
On complex algorithms on large volumes (tens to hundreds of thousands of elements in an array), the browser may slow down, but this can also be solved (webworkers, WebAssembly, calculations on a video card via webgl - although the last two are no longer purely JS).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question