Skip to content

kard1980/js-lessons

 
 

Repository files navigation

JS lessons

start

Description

Symbols ◧ or ◨ will be substituted with logical operator ||.

Content delivery system is controlled with content-worker.

images

![](illustrations/dog.png) - the image file images/lessons/dog.png

![](images/car.gif) - the image file images/car.gif


slider

!![illustrations/flowchart-sequence.svg, illustrations/flowchart-branching.svg, illustrations/flowchart-circle.svg]


icons

We use icon-worker for icons.

Request to worker should be an object { route, iconList }.

route is required and may be 'main-menu', 'menu', 'page' or 'spoiler'.

iconList is not required.

If you don't send iconList to worker then only default icons for this route will be in response/

**Response from worker will be the object { route, iconList, response }.

response will be the array of objects

{
  [key]: getIcon(key)
}

Available keys:

['house', 'home', 'mag', 'search', 'err', 'error', 'warn', 'warning', 'close', 'negation', 'icon', 'cap', 'coffee', 'link', 'link-ico', 'dir', 'folder-open', 'opened', 'hw', 'mortar_board', 'study', 'pin', 'pushpin', 'exclamation', 'yes', 'question', 'open-in-new', 'page-next', 'page-previous', 'sand-watch', 'paper', 'file', 'smile', 'emotion', 'require', 'point_up', 'good', 'exelent', 'thumbsup', 'hourglass', 'wait', 'clock', 'white_check_mark', 'mail', 'speach_balloon', 'speach-balloon', 'git-ver', 'google-maps', 'slider-button', 'draw-io', 'main-menu-icon', 'expanded-main-menu-icon', 'active-main-menu-icon', 'active-expanded-main-menu-icon', 'menu-icon-image', 'menu-symbol']

Using icons

![](icons/octocat.png) - the image file icons/octocat.png

![ico-70 octocat] - icon

![ico-50 octocat] - icon

![ico-40 octocat] - icon

![ico-35 octocat] - icon

![ico-30 octocat] - icon

![ico-25 octocat] - icon

![ico-20 octocat] - icon


Slogans

☼☼☼ Don't make the console blush for you ☼☼☼.


Tests

◘◘** 1**◘◘

→→→ [].reduce(Math.pow) | TypeError, null, NaN, 0 | TypeError →→→


Console demo with template

§§§§ Demo | boolean_01_template §§§§


Links

Internal

[►►►Принцип работы►►►](page/Array-iteration-methods-theory.md)

External

[![ico-30 hw] Tests](test/assignments)

[![ico-30 hw] Quiz](quiz/arrowFunctions)


You may use this templates for links:

[%%%w3schools%%%](external/w3-comparison)

[:::Sandbox example:::](https://plnkr.co/edit/jsH8XKmc0B6g4q8iPZBf?p=preview/)

[►►►Boolean►►►](page/Boolean)

[◄◄◄Variables and data types◄◄◄](page/var)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.5%
  • HTML 4.0%
  • CSS 3.5%