Skip to content

Commit 4459778

Browse files
committed
[LES-3.1/st] intro-to-set-obj
Intro to "Set" obj. Preparing workspace/repo for further interaction. FS-dev: B-4 / JS advanced
1 parent a5d935d commit 4459778

3 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.js]
16+
quote_type = single
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Intro to Set() object</title>
8+
</head>
9+
10+
<body>
11+
<p>Test -g live server..</p>
12+
<p>it's work..</p>
13+
</body>
14+
15+
</html>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict';
2+
3+
// Задание 1:
4+
//

0 commit comments

Comments
 (0)