[feih] seo: embed JS repo link in Javascript content (#528)
This commit is contained in:
parent
40338166e4
commit
d016767917
|
|
@ -65,7 +65,7 @@ JavaScript coding interviews share a lot of similarities with algorithmic coding
|
||||||
1. Outline some basic test cases and some edge cases. Test your code with these cases and determine if your code passes them. If it fails, debug the issue(s) and fix them.
|
1. Outline some basic test cases and some edge cases. Test your code with these cases and determine if your code passes them. If it fails, debug the issue(s) and fix them.
|
||||||
1. Optional: Explain the time/space complexity if the code involved algorithmic optimizations and smart choice of data structures.
|
1. Optional: Explain the time/space complexity if the code involved algorithmic optimizations and smart choice of data structures.
|
||||||
1. Explain any tradeoffs you made, cases you explicitly didn't handle, and how you would improve the code if you had more time.
|
1. Explain any tradeoffs you made, cases you explicitly didn't handle, and how you would improve the code if you had more time.
|
||||||
1. The interview might not end here, the interviewer might have follow-up questions for you on this question or give you another question. Be prepared for them.
|
1. The interview might not end here, the interviewer might have follow-up questions for you on this question or give you [another question](https://github.com/greatfrontend/top-javascript-interview-questions). Be prepared for them.
|
||||||
|
|
||||||
## How to prepare for JavaScript coding interviews
|
## How to prepare for JavaScript coding interviews
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue