Skip to content

Commit bda8388

Browse files
committed
Refresh repo
1 parent 27897ae commit bda8388

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.js,*.mjs,*.ts,*.json,*.yml}]
11+
indent_size = 2
12+
indent_style = space

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2019 How.Programming.Works contributors
3+
Copyright (c) 2017-2022 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Asynchronity with Promise
2+
3+
[Задать вопрос](https://github.com/HowProgrammingWorks/LiveQA/discussions/categories/q-a)
4+
25
[![Асинхронность на промисах, Promise, all, then, catch, race](https://img.youtube.com/vi/RMl4r6s1Y8M/0.jpg)](https://www.youtube.com/watch?v=RMl4r6s1Y8M)

0 commit comments

Comments
 (0)