JavaScript Help
a year ago
Anyone here who knows javascript?
I'm struggling hard trying to code something *cries silently into my pillow*
I'm struggling hard trying to code something *cries silently into my pillow*
FA+

"Should you learn javascript, nope. Is there any other option, nope."
https://youtu.be/Uo3cL4nrGOk
Second, I found javascript to be terribly taught to me in school, but really loved TypeScript since the TSC compiler can be a really handy way of testing your first few bits of coding content.
Also the CodeCademy course on it was pretty good.
https://www.codecademy.com/learn/learn-typescript
And yeah they taught me C++ in school in the worst way. (I actually failed the class)
Does the CodeCademy course teach just the language or actual object oriented programming (throwing words around like I know what any of this means lmao)
They teach you the tools, in's and out's of using em, materials and applications. They then guide you through a few dozen blueprints of things to build. Slowly ramping up into big project, in such away that by the end you feel comfortable getting dirty and trying to build things on your own. However, the arts of design, and architecture are kinda higher level discussions above basic certification courses.
I've found written problem solving and types of work of that format to be better than youtube tutorials, those tend to be more 'paint-by-numbers.'
I'll def check it out. Thank you for the suggestion!
(Considering what site this is I'm surprised this journal doesn't have one of the authors of the Chrome javascript engine replying to it.)
I got some stuff already but for some reason it feels wrong and if I try to make the code shorter it just gives me error messages.
https://forums.rpgmakerweb.com/inde.....nu-png.309078/
I did the main menu using the eventing system within the engine. I do have to do the menu above using a selfmade plugin tho.
Been there because I have been lost before trying to squash arrays in PHP for highly specific needs that are outside conventional web development purposes and I was ready to pull my hair out lol.