React project: JavaScript Calculator - evaluate an expression

Hello,

how to evaluate, for example this string expression “2 + 3-10 * 23” without using the eval () function

Thanks.

Use RegEX
You can learn how to use it in JavaScript Algorithms and Data Structures course provided in freecodecamp.org