Javascript Tutorials for Beginners?

Can you offer some good Javascript / homework for C programmers who are not familiar with Javascript?

They are strong in C, so basic Javascript.

I need some JS related assignments that I can assign to them to help them understand the concepts of Web-Dev and Prototype .

I am not looking for textbooks that they should include.

I think this question is slightly different from the question. What is the best way to introduce non-majors for HTML / programming?

+3
source share
4 answers

JavaScript C , . C - , . JavaScript .

, JavaScript, , C. . , var. . , , .

, , , .

+1

http://www.w3schools.com/JS/default.asp I went over to w3schools and learned this.

+1
source

If I were you, I would become familiar with the jQuery framework - http://jquery.com/

There are many tutorials there, it is much simpler and more powerful than trying to write direct javascript if you are not familiar with it.

-1
source

Source: https://habr.com/ru/post/1716206/


All Articles