שאלות מראיון ראשון לתפקיד ב node js
ניתנה 15 שעה לפתרון השאלה, חלק שני של ראיון היה שאלה ארכיטקטונית
שאלות מתוך הראיון
implement function which returns the value in the object of the given path.
Function findValueByPath(obj,path);
Obj = json object
Path = string of keys in obj leading to the requested value, separated by ' .'