Is it a problem of objective, or shoud UX designer know how to code?
Communication, understanding, and right message are very important from the beginning. What I learned: have a strong and clear objective. Deliver it to right people. Preface: I applied for UX Designer position in a large company. Then was given a call from HR, and during the conversation I mentioned that, yes, I can write the code on JavaScript. Follow up was the scheduling of a phone interview. Phone ring… I was asked to open a link with some code editor window in browser. And the first question on the interview, which apparently appeared to be a strictly technical and coding interview, was: - Are you familiar with JavaScript? Ok, write the code to implement event handling in JavaScript as if no implementation of event handling existed in JavaScript . - Uh, what? What exactly in your mind? - I want these two functions: function addEvent(element, eventType, callback) function fireEvent(eventType) - Ok, we can create our own object and make these two functions be a public ...