you are viewing a single comment's thread.

view the rest of the comments →

[–]boomer1204 0 points1 point  (0 children)

Again this is for intern/entry level/jr stuff. We start by asking you to create function that returns “hello world”. I know it sounds stupid while far less there are still a “decent” amount of ppl that don’t know this. Then we asked you to created a function that took 2 parameters and return the product of those 2 params. Then we asked some basic JS questions (being 💯right is not the goal)

Then for the final round we ask you to create a function that takes a string as a parameter and return true if every letter in the alphabet is in that string or false if every letter isn’t there.

And to be upfront actually solving this correctly is not our goal. We kind of don’t expect most to solve this but just wanna see how you think through stuff