Skip to main content

Posts

Is it possible to change text color based on background color using css?

Is it possible to change text color based on background color using css?

Memory leaks in JavaScript: What are they, how to spot them, how to create them

I've just been helping out with some interviews for a new developer and JavaScript is a major part of my role and the role we're recruiting for. To be honest the candidate wasn't that good and he didn't really understand JavaScript however in the interview he confused JavaScript with C# and started to discuss memory leaks in JS. I wanted to intervene however it was at that point I realised how little I know about memory leaks in JS apart from the fact they use up lots of memory and slow things down.