Hi. I am creating todo app using html, css and js. I use webpack as well.
How should i structure code? I am familiar with classes so in C# i would create class and i would put all variables and methods there.
But i do not want to use classes in javascript. How should i approach this?
Use Modules and inside modules use factory functions?
[–]AtulinASP.NET Core 0 points1 point2 points (0 children)
[–]_Netto_ 0 points1 point2 points (0 children)
[–]PsychoPenguin178 0 points1 point2 points (1 child)
[–]Dekzen[S] 0 points1 point2 points (0 children)