Skip to content

Commit 7895428

Browse files
committed
some questions
1 parent 0469507 commit 7895428

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

js3.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,13 @@ <h3>algorithm related Question (will some future blog)</h3>
434434
</ul>
435435
<h3>Medium level question for js3</h3>
436436
<ul>
437+
<li>Define a function that returns n lines of Pascal’s Triangle. (this question was the entire interview)</li>
438+
<li>Define a function that takes an array of strings, and returns the most commonly occurring string that array (this question came with an execution time limit)</li>
439+
<li>Use recursion to log a fibonacci sequence of n length.</li>
440+
<li>Explain the use cases for, and differences between — bind, apply and call.</li>
441+
<li>What is the event loop?</li>
442+
<li>Which new JavaScript / browser features are you most excited about and why?</li>
443+
<li>What are the differences between functional and imperative programming styles, and explain your preference, if any.</li>
437444
<li>what is same origin policy with regards to JS</li>
438445
<li>~~3.14 ?? what and why. <a href="http://stackoverflow.com/questions/5971645/what-is-the-double-tilde-operator-in-javascript">answer here</a> or <a href="http://www.joezimjs.com/javascript/great-mystery-of-the-tilde/">great mystery of tilde</a></li>
439446
<li>difference between cookies, sessionStorage and local storage</li>

0 commit comments

Comments
 (0)