educative.io

As JS user, how to use Collections.js in a real interview

Hi there,

I am a JavaScript user, and as going through the course, there are a lot of solutions that import data type from Collections.js, which is very convenient. However, I wonder if it is practical and acceptable to use it in a real interview. If not, does anyone have any suggestion for me to prepare for coding interview when using JS.

Thanks a lot!


Type your question above this line.

Course: https://www.educative.io/collection/5668639101419520/5671464854355968
Lesson: https://www.educative.io/collection/page/5668639101419520/5671464854355968/4891120511221760

Hi @Weiwei_Zhao,

If the collection.js is not allowed to use in the interviews then you’ve to prepare the functionality of each collection and method. The good thing is collection.js provides the implementations of all collections. So you can prepare them yourself.