Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Learn Javascript Basics

Bastian

Villager
Xy$
0.00
I use to do actionscript (a little bit) and the syntax is simillar to javascript so I think I will fit right into it.
The reason for this, is because they come from the same roots, EMACS I think, please tell me if I'm wrong.. So anyone coming from flash or likewise will be right at home here
 

Tsukihime

Praised Adventurer
Xy$
0.00
That would be up to you and how quickly you can understand and apply what you learn.
I learned Ruby through RPG Maker VX Ace with no prior ruby experience for example, but you'll probably need to learn some programming concepts as well.
 

npfkey.log

Towns Guard
Xy$
0.00
I'm really glad they added the option for Javascript, but I still wish that they allowed C# scripting. I havn't done much with RPG Maker since ACE came out, and Ive been working in Unity a lot since then. Hopefully learning the Javascript basics wont take me too long.
C# is more beter to make with games because it is faster
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
is Javascript hard to learn for someone with no scripting experience because I want to start doing that for mv.
Honestly starting javascript as your first language is probably a good thing, javascript is a fun language and a fairly staandard one.I started with actionscript and javascript is really simillar. If I were you I would start learning soon, just to get an idea of programming in general to see if it is something you wont mind doing and learning.
 

reisen

Adventurer
Xy$
0.00
Has anyone here tried the app 'Learn JavaScript?' If so, can you tell me how was your experience with it? I was told it was really easy to understand because it had videos and then had quizzes every end of the lesson.
 

DevoidOS

Knight
Xy$
0.00
Has anyone here tried the app 'Learn JavaScript?' If so, can you tell me how was your experience with it? I was told it was really easy to understand because it had videos and then had quizzes every end of the lesson.
It pretty good however I prefer codecademy over the app.
 

PixelMister

Towns Guard
Xy$
0.00
Thanks for sharing these!
I've recently been trying codeacademy, and found it to be an extremely useful resource.

Due to wanting to learn it whenever I have free time, I decided to order some books. If like me you don't want to completely fry your eyeballs by reading on the internet (as I always forget to have breaks whenever I'm engrossed in something) you should try these books, as they seem rather good and the reviews for them are high:

 

Wimpbox

Towns Guard
At my high school, starting from the 3rd year our I.T. professor stated he might do javascript lessons at school, but i'm afraid their lessons won't be enough...

Btw, is CodeCombat a good idea? I'm gonna go with CodeAcademy btw, but i don't think i could learn so well with it :|
 
Last edited:
Thanks for sharing these!
I've recently been trying codeacademy, and found it to be an extremely useful resource.

Due to wanting to learn it whenever I have free time, I decided to order some books. If like me you don't want to completely fry your eyeballs by reading on the internet (as I always forget to have breaks whenever I'm engrossed in something) you should try these books, as they seem rather good and the reviews for them are high:

Got this. Great book.
 
is Javascript hard to learn for someone with no scripting experience because I want to start doing that for mv.
No, JS is really one of the easiest to learn aside from python.. imo dont worry about buying a book .. use codeacademy and look for free pdf copies if youre serious about learning .. stay away from learn this and that in 24 hour books they are full of info but poorly written and overloaded with to much to soon chapters .. spend about 15 mins to an hour a day learning by example with tools such as codeacademy and you ll learn basic to intermediate in about a month you can also take it further once youve gotten the basics down and attempt game programming with crafty.js or phaser.js . i recommend attempting gaming or atleast reading some tutorial on it since game programming is hard and requires thinking and real problem solving and using math /variables that you wont use in typical js programs on a daily basis ..
[doublepost=1445542597,1445542162][/doublepost]
Thanks for sharing, I may look into grabbing a couple books :D
You can Download Head first javascript programming pdf here http://luwj.googlecode.com/svn/trunk/Ebook/Head First JavaScript.pdf
sorry didnt know how to shorten it .. but Head First books are prolly the most entertaining of any programming books out there , fun to read , actually well written and quite humorous ... I recommend it for all newbies
 

eivl

Local Hero
Xy$
0.00
is Javascript hard to learn for someone with no scripting experience because I want to start doing that for mv.
No, JS is the easiest to learn, even some say python, it is not true since python is a 100% object oriented programming language, and until you "get" what that means, JS will be easier.

You would need some learning tools, book, video, online course to get familiar with syntax. JS is such a strong language that I am pretty sure you can make anything with JS. Question you should ask is not if JS is hard to learn, is my current Math level enough to do MV scripting ;)
 

eivl

Local Hero
Xy$
0.00
I am making a Javascript 201 thread, It has no basic information about programming and nothing about syntax, that is a basic 101 course, this is more advance! =)
 
Top