Results for: "control"

Contents (238)

JavaScript: Promises explained with simple real life examples
JavaScript: Promises explained with simple real life examples

Handling asynchronous data flows is complex, who hasn't faced codes like this one?: checkWeather('palma de mallorca', (error, weather) => { …

read more
First steps into JavaScript – a practical guide
First steps into JavaScript – a practical guide

For those who are new to web development, surely the amount of new terminology can sometimes be discouraging. But when…

read more
Facebook: how to remove hidden data and personal information
Facebook: how to remove hidden data and personal information

Facebook is a great social network that allows us to be always updated on all the news of our friends…

read more
The exciting story of JavaScript (in brief)
The exciting story of JavaScript (in brief)

Javascript is a client-side programming language that has changed the Internet as we know it today. The term "client side"…

read more
How to see the websites visited during the incognito mode and delete them
How to see the websites visited during the incognito mode and delete them

One of the features of any browser's incognito mode is that it does not store visited web pages in history.…

read more