
justmedev
Hey! I am a young full stack, web-, and game developer
Education
Gymnasium
Work
Student
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Hey! I am a young full stack, web-, and game developer
Education
Gymnasium
Work
Student
Recent comments
JavaScript: When should I use forEach and map?
You forgot to include for ... of ...
Problem-solving techniques to avoid yelling at your computer
The article by itself isn't bad, the example is. You took an ...
10 must-know patterns for writing clean code with Python🐍
the fetch and display function is totally fine by itself. It ...
Understanding Asynchronous in javascript
A simplification of async code is, that it is non-blocking. M...
Understanding Asynchronous in javascript
Althought the examples of your "async code" are generally cor...
Username Validator
Use A-z covers ABCabc instead of A-Za-z
Create a simple Tic-Tac-Toe game using HTML, CSS, JavaScript
Use a 2D matrix for the board: So instead of var board = [...