Skip to content

Commit c2b3ecf

Browse files
committed
[CON-19/st] interview-with-ai, part 2
Starting interview with "AI mentor", over the course. FS-dev: B-3 / JS basic
1 parent 8168cfb commit c2b3ecf

File tree

6 files changed

+20
-1
lines changed

6 files changed

+20
-1
lines changed

full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/index.html renamed to full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/part-1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Conclusion</title>
7+
<title>Interview with AI</title>
88
<link rel="stylesheet" href="./style.css">
99
<script src="./interview.js" defer></script>
1010
</head>

full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/interview.js renamed to full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/part-1/interview.js

File renamed without changes.

full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/style.css renamed to full-stack-dev/3-js-basic/19-conclusion/interview-with-ai/part-1/style.css

File renamed without changes.
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>Interview with AI, part 2</title>
8+
<link rel="stylesheet" href="./style.css">
9+
<script src="./interview.js" defer></script>
10+
</head>
11+
12+
<body>
13+
</body>
14+
15+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
// ** Задание 1:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)