I'm always seeking opportunities to expand my skill set and take on new challenges in front-end development.
- 🧠 I’m currently learning to become Astronaut! Link to Astro
- 🌍 I'm from Ukraine, Kyiv
- ✉️ How to reach me [email protected]
- 🤝 I'm open to collaborating
- ⚡ Fun fact Coding Bugs were NOT named after an actual bug.
😎 Do not miss visiting my website!
Compare two number 0.3 and sum of (0.1 + 0.2) will they be equal? (0.1 + 0.2) == 0.3 // => JS says FALSE Want to know why... 0.1 + 0.2 // will return => 0.30000000000000004 Welcome to JavaScript world!