DEV Community

Discussion on: Are you all superhuman?

Collapse
 
shahriarsiraj profile image
Shahriar Siraj Snigdho

I didn’t mean just the syntax, I meant also the function name and their parameters.

For example, the string helper functions in PHP and JavaScript seem pretty similar to me and thus, I get confused every time I use them. So instead of memorising them, I just google and look up the correct definition for respective language.

Now if the interviewer asks me this on a video-call-interview, obviously I will fail to answer it. What should I do to avoid this scenario?

Collapse
 
lpasqualis profile image
Lorenzo Pasqualis

Same thing, really. I’d simply say “I can never remember the exact name of the function and parameters list, but it looks something like this...” and then tell them what you do remember. Show that you know the concepts, and make it clear that you don’t remember the exact syntax.

Thread Thread
 
shahriarsiraj profile image
Shahriar Siraj Snigdho

Feels great to know that there's also someone in the same page. Thanks for the tip!