0
What is best way to write namespaces in js ??i need it for my game engine
help
4 ответов
0
Just classes but I think it's just enough.
0
to write js with class djoka{ }
0
but this more likes like typescript... i just want to find easyest way to write ..namespaces shit for my game engine
0
javascript classes is eaasyee way to make inharitance , whitiut useing prototypes?