This is the reference point. All the other options are based off this.
|-- app
| |-- controllers
| | |-- admin
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Document</title> | |
<link | |
rel="stylesheet" | |
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Document</title> | |
<link | |
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" | |
rel="stylesheet" |
The Following are the tables has to be in your database & model deisgn: | |
users | |
codekata | |
attendance | |
topics | |
tasks | |
company_drives | |
mentors | |
students_activated_courses | |
courses |
[ | |
{ | |
"Name": "venkat", | |
"Email": "venkat@guvi.in", | |
"javascript": "4", | |
"Score": "5", | |
"Total": "9" | |
}, | |
{ | |
"Name": "anand", |
Tasks - July 20, 2021 | |
1) List 5 difference between Browser JS(console) v Nodejs | |
2) watch & summary 5 points - https://www.youtube.com/watch?v=SmE4OwHztCc&ab_channel=JSConf | |
3) To read - https://stackoverflow.com/questions/5641997/is-it-necessary-to-write-head-body-and-html-tags | |
4) Execute the bellow code and write your description in txt file | |
typeof(1) | |
typeof(1.1) | |
typeof('1.1') | |
typeof(true) | |
typeof(null) |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> | |
</head> |
June 16, 2021 | |
to read - https://stackoverflow.com/questions/5641997/is-it-necessary-to-write-head-body-and-html-tags | |
task | |
create a simple html file containing of elements that helps to build a rough portfolio | |
doc for the difference between <div>, <article>, <section> tag? | |
write a doc for the following below | |
typeof(1) | |
typeof(1.1) | |
typeof('1.1') | |
typeof(true) |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.css"> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> | |
</head> |