An interactive tool to explore and understand JavaScript Type Coercion using different values and operators.
👉 Live Demo: javascript-operation.soheiljafarnejad.ir
- Change row and column values dynamically
- Choose from different operators:
+
,-
,*
,/
, etc. - Add or remove rows to test various combinations
- See how JavaScript coerces types in real-time
- Clone the repository:
git clone https://github.com/Soheiljafarnejad/javascript-operation.git
cd javascript-operation
- Run Project:
npm i
npm run dev