Feedly Slideshow Automation – When Laziness Meets JavaScript
When you're so lazy to slide though your Feedly news that you write some JavaScript code to automate it.
Read more »
Javascript is a weird and wonderful language that lets us write some crazy code that’s still valid. It tries to help us out by converting things to particular types based on how we treat them. If we add a string to something, it’ll assume we want it in te… Read more