TypeEvalJS is a tool that evaluates and identifies JavaScript data types. Whether you're working with numbers, strings, booleans or null values. It provides a seamless experience for developers and learners.
Check out the app live here: TypeEvalJS
- Instant Data Type Detection: Quickly identifies JavaScript data types like numbers, strings, booleans, null and more.
- Ideal for Learning: Perfect for beginners to explore and understand JavaScript data types.
- Useful for Debugging: A handy tool for developers to verify and debug JavaScript variables.
- Step1. Enter any data (e.g., number, string, boolean) into the input field.
- Step2. Click the "Check" button.
- Step3. This tool will instantly display the identified data type.
- HTML: For the structure of the application.
- CSS: For styling the interface.
- JavaScript: For logic and functionality.
├── README.md
├── assets/
│ ├── favicon/
│ │ └── typeevaljs-favicon.png
│ └── screenshot/
│ └── screenshot.png
├── css/
│ └── style.css
├── index.html
└── script/
└── script.js
- Step1. Clone this repository to your local machine:
git clone https://github.com/premkrrajbhar/TypeEvalJS.git
- Step2. Navigate to the project directory:
cd TypeEvalJS
- Step3. Open the
index.html
file in your browser to run the application.
Input | Output |
---|---|
123 |
Number |
true |
Boolean |
null |
Null |
Hello World |
String |
Contributions are welcome! Feel free to submit a pull request or open an issue for any suggestions or improvements.
For any questions or feedback, please reach out to:
- Email: premkumar224487@gmail.com
- GitHub: premkrrajbhar