After initial contact, they send you a link to take a test on HackerRank. It's 25 questions with 2 hours to complete it. The initial contact with the recruiter made it sound like it was an AngularJS position they were hiring for, but the test only had 2 questions about AngularJS. Even though this was a Javascript oriented test, it was not Javascript centric, but rather algorithm centric.
A big trip up is handling STDIN inside your Javascript code. They have the nodejs boiler plate, but It wasn't clear to me how to reference STDIN. So your code fails the tests (they run it in node v.10)
What struck me odd was the lack of questions on closure, scope, prototypes, this, and Javascript OOP. I suspect this test was written by a person or persons that are not Javascript engineers. But they did include a question about the '!!' operator. So, not only is Javascript not a concern, but readability is not either.
There are multiple choice questions: The CSS box model, the !! in Javascript, a jquery question, a CSS question. It's not hard, but the misunderstanding of questions and STDIN is very bad.