You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
}
32
32
.obsoleteContent{
33
33
text-decoration: line-through;
34
+
color:rgb(218,218,218);;
34
35
}
35
36
@media (max-width:980px) {
36
37
/* Enable use of floated navbar text */
@@ -72,8 +73,9 @@
72
73
<!-- Main jumbotron for a primary marketing message or call to action -->
73
74
<divclass="jumbotron">
74
75
<divclass="container">
75
-
<h1>front End Interview!</h1>
76
-
<p>As you grow, so does the world. So, learn and let others learn to rock your next interview...</p>
76
+
<h1>Interview Questions</h1>
77
+
<h2>for front-end-Developer</h2>
78
+
<p>As you grow, so does the world. So, keep urself updated with the tricky front end interview questions...</p>
77
79
<p><aclass="btn btn-primary btn-lg" href="jsConcepts/jsConcepts.html" role="button">Learn more »</a></p>
78
80
</div>
79
81
</div>
@@ -82,37 +84,36 @@ <h1>front End Interview!</h1>
82
84
<!-- Example row of columns -->
83
85
<divclass="row-fluid">
84
86
<divclass="span9">
85
-
<divclass="row-fluid">
87
+
<!-- <div class="row-fluid">
86
88
<div>
87
89
<h2>Win your future</h2>
88
90
<p class="obsoleteContent">As soon as you know how to write a function and alert every damn thing in JavaScript, you are thrown into the ocean of confusion. Most of your days are spent by banging head against wall, “why things don’t always work in JavaScript?”. And post 10 questions in StackOveflow with some pray that somebody will answer correctly before your manager starts yelling at you.</p>
89
91
<p>"that JS Dude" will talk about the most important things for you to nail down a interview.</p>
<pclass="obsoleteContent">Value of this in Javascript is very confusing and very important. If you are not sure you are a master of this, you have to watch this video... </p>
<pclass="obsoleteContent">To be a decent web developer you have to know developer tool. If you want to be a better JavaScript developer, you have to master in the console tab of dev tool. there is no exception. no hanky panky...</p>
<pclass="obsoleteContent">Array is the mostly used Data stucture. And in Javascript it is at least 3 one of the key data structure that you have to use to master. This video will tell you 15 hidden features that witll make u expert in JavaScript array. </p>
<h2><ahref="linkManager/index.html">General Web Development</a></h2>
113
-
<pclass="obsoleteContent">Link manager is helps you to store (local storage), archive, filter, edit of any interesting links/blog/videos you find online and want to come back later. The reason for creating link managers is browsers Bookmark sucks. We deserve better tools to manage our learning.</p>
114
-
<p>The above mentioned link will work with databases (not finished). For now, <ahref="http://khan4019.github.io/linkManager/">khan4019.github.io/linkManager/</a></p>
115
-
<p><aclass="btn btn-default" href="linkManager/index.html" role="button">Check it out »</a></p>
114
+
<h2>General Web Development</h2>
115
+
<pclass="obsoleteContent">Link manager is helps you to store (local storage), archive, filter, edit of any interesting links/blog/videos you find online and want to come back later. The reason for creating link managers is browsers Bookmark sucks. We deserve better tools to manage our learning.</p>
116
+
<p><aclass="btn btn-default" href="#" role="button">Check it out »</a></p>
0 commit comments