https://github.com/dotnet-malaga/javascript-is-weird
En su charla en DotNetMálaga 2024, Małgorzata Janeczek (Gosia) abordó las afirmaciones populares sobre la supuesta "rareza" de JavaScript. Inspirándose en el formato de MythBusters, desmitificó casos frecuentemente citados, analizando si estas características de JavaScript son verdaderamente extrañas o simplemente malentendidas.
https://github.com/dotnet-malaga/javascript-is-weird
javascript misconceptions mythbusters webdevelopment
Last synced: about 2 months ago
JSON representation
En su charla en DotNetMálaga 2024, Małgorzata Janeczek (Gosia) abordó las afirmaciones populares sobre la supuesta "rareza" de JavaScript. Inspirándose en el formato de MythBusters, desmitificó casos frecuentemente citados, analizando si estas características de JavaScript son verdaderamente extrañas o simplemente malentendidas.
- Host: GitHub
- URL: https://github.com/dotnet-malaga/javascript-is-weird
- Owner: DotNet-Malaga
- Created: 2024-12-06T13:02:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:15:58.000Z (6 months ago)
- Last Synced: 2025-02-17T06:55:54.488Z (3 months ago)
- Topics: javascript, misconceptions, mythbusters, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript is weird
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Explore the quirks and oddities of JavaScript with clear examples and practical solutions. From baffling NaN behavior to strange type conversions, this repository helps demystify JavaScript's most unexpected behaviors.
Perfect for learners, developers, and anyone curious about the "weird" side of JavaScript! 🚀
# How to run?
### `yarn install`
To make sure you have all dependencies installed
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
e.🎉 That's it! have fun exploring! 🎉