Skip to content

maxgergalov/js-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Javascript Learn project

The project is my javascript training

###About structure

Now the project includes the following modules:

Here are collected tasks in the following js areas:

  • keywords - control statements - logical operators (== vs ===, && and ||)
  • types
  • scope
  • array (basic methods)
  • string (basic methods)
  • functions (variable context, arguments, order of definition, variants of declaration, nesting, apply and call functions, scope)
  • basic understanding of closure concern (function with variables)
  • callback concern
  • basic understanding of new and this keywords
  • basic methods of Object
  • RegExp
  • Date, Number, Boolean, String functions
  • primitive vs object nature of basic types
  • typeof
  • setTimeout, setInterval
  • comments
  • server

What is it?

In this project I collect interesting tasks of the following resources:

Each sub-project you can find in that repository has *.js , *.html files and task description file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors