You are viewing a single comment's thread from:

RE: HTML, CSS, Javascript practice. Learning the basics

This is literally the same start my friend had 1 year ago and now he is an employed junior full-stack developer. I suggest you expand on this exercise, read about algorithms and data structures, and implement a stack that keeps track of brackets and does operations based on them, so an expression like ((1 + 2) - 3 + (4 - 5)) is executed in the intended order.

Happy coding,
DotNetGuru