employer cover photo
employer logo
employer logo

Yugasa Software Labs

Is this your company?

Yugasa Software Labs interview question

Correct with the following code snippet? function checkApiKey (apiKeyFromDb, apiKeyReceived) { if (apiKeyFromDb === apiKeyReceived) { return true } return false }

Interview Answer

Anonymous

Aug 26, 2017

How can you secure your HTTP cookies against XSS attacks?