Skip to content

An interactive tool to explore and understand JavaScript Type Coercion using different values and operators.

Notifications You must be signed in to change notification settings

Soheiljafarnejad/JavaScript-operation

Repository files navigation

JavaScript Operation – Type Coercion Playground

An interactive tool to explore and understand JavaScript Type Coercion using different values and operators.

👉 Live Demo: javascript-operation.soheiljafarnejad.ir

🔥 Features

  • 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

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/Soheiljafarnejad/javascript-operation.git
cd javascript-operation
  1. Run Project:
npm i
npm run dev

About

An interactive tool to explore and understand JavaScript Type Coercion using different values and operators.

Topics

Resources

Stars

Watchers

Forks