Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DONT MERGE: Newq adding q 45 in js #273

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions javascript/answers/aakash-q45.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<html>
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157837769-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157837769-1');
</script>

<title>
JavaScript | InterQues | Coding Ninjas
</title>

<link rel="shortcut icon" type="image/png" href="../../assets/favicon.png"/>

<meta name="description" content="New question">
</head>
<body>

<div>
<img src="../../assets/CN_logo.png" height='72px' alt="Coding Ninjas Logo">
</div>

<div>
<p>
<small>

<a href="../../index.html">Home</a>
&gt; <a href="../index.html">JavaScript Questions</a>
&gt; What is hoisting in javascript?

</small>

</p>
</div>


<div>
<div>
<h4>
New question
</h4>
</div>
<div>
<strong>Answer:</strong>
start answering code
</div>
</div>

<hr>

<div>
<h5>
Similar Questions
</h5>
<ul>

</ul>
</div>

</body>
</html>
7 changes: 7 additions & 0 deletions javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,13 @@ <h4>
</code>
</a>
</li>
<li>
<a href="./answers/motasim-q44.html">
<h4>
New question?
</h4>
</a>
</li>

</ol>

Expand Down