-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlist.js
36 lines (24 loc) · 1.06 KB
/
list.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
var listData= [
'Introduction to C++',
'Data Types & Type Modifiers',
'Input/Output',
'If/else statement',
'Introduction to loops',
'Break & continue statement',
'Switch-case statement',
'Operators',
'Pattern questions: 1',
'Pattern questions: 2',
'Binary number system',
'Reverse a number',
'Functions in C++',
];
var hreftag= "video"
var videolinklist = ["https://www.youtube.com/embed/z9bZufPHFLU",
"https://www.youtube.com/embed/cnT1oW5_ePM","https://www.youtube.com/embed/7dPdMtBX1d8",
"https://www.youtube.com/embed/cyB3HNlQyjY","https://www.youtube.com/embed/IlIn_D1RT7M",
"https://www.youtube.com/embed/Stf7KBiA1vs","https://www.youtube.com/embed/G80-j_xnE_8",
"https://www.youtube.com/embed/JBgZxnAj4hg","https://www.youtube.com/embed/LfgAOZ1kKMw",
"https://www.youtube.com/embed/k9OlCJFy5yo","https://www.youtube.com/embed/QIyugGzih4k",
"https://www.youtube.com/embed/6TzUHrAXytM","https://www.youtube.com/embed/83KtncYgHYQ"]
module.exports = {listData, videolinklist, hreftag};