Дальневосточный университет
JavaScript. Introduction for beginners
Курс на Английском языке
О курсе

This course introduce you to the JavaScript language - a powerful language that serves as a working horse for web developers. This course will cover only the most basic principles of this popular language: variables, operators, functions, arrays, cycles and classes. After completing this course, you will be familiar with the basic theoretical principles of the JS, which will give you the opportunity to continue learning it yourself and climb to the top of the web-development Olympus!

Преподаватель курса

Доцент кафедры механики и математического моделирования ДВФУ, руководитель образовательной программы «Прикладная механика». Имею степень кандидата технических наук, а также базовое математическое образование – в 1987 году окончила Воронежский государственный университет по специальности «Прикладная математика».

Люблю свою работу, много лет преподаю дисциплины по программированию и базам данных в университете. Сфера научных интересов: e-Learning, learning analytics, машинное обучение, стохастическое моделирование.

Программа курса
Theory lessons. Introduction in JavaScript
1. Variables in JavaScript
2. Operators in JavaScript
3. Functions in JavaScript
4. Branching in JavaScript
5. Arrays in JavaScript
6. Loops in JavaScript
7. Classes and Objects in JavaScript
1. JavaScript introduction final exam!
1. Simple JavaScript variables
2. Intermediate variables in JavaScript
3. Advanced JavaScript variables
4. Simple JavaScript operators
5. Tricky operators and assignment problems
6. Output inside the function in JavaScript
7. Calculation in functions
8. Some tricky functions
9. Introduction in branching
10. Inetrmediate branching problems
11. Tricky branching problems
12. Simple array problems
13. Advanced arrays problems
14. Tricky arrays problems
15. Simple loop problem
16. Advanced loop problems
17. Tricky array problem
18. Principles of OOP
19. JavaScript object problem
20. JavaScript class problem