JavaScript

How to use JavaScript’s .map() methodkentohShutterstock

How to use JavaScript’s .map() method

JavaScript’s .map() method results in shorter and more concise code compared to traditional loops. It can easily be combined with other array methods like .filter, .reduce, and . forEach, enabling you to carry out complex data manipulation. In this tutorial, we’ll show you how JS…

Read more
What are TypeScript functions? Definition, type safety and useREDPIXEL.PLshutterstock

What are TypeScript functions? Definition, type safety and use

TypeScript functions play a crucial role in software development. In particular, TypeScript helps to avoid common JavaScript problems such as type conversion errors. Here you can find out everything you need to know about declaring types, parameters and return values. We’ll also…

Read more
How to enable JavaScript in SafariPaolo Schorlishutterstock

How to enable JavaScript in Safari

In order for websites to be displayed accurately, JavaScript needs to be enabled in the browser you are using. Although this is the default setting in Safari, if you want to disable the scripting language, you have the option to do so manually. In this article, we’ll show you how…

Read more
How to enable JavaScript in FirefoxElena KharichkinaShutterstock

How to enable JavaScript in Firefox

If you want to enable (or disable) JavaScript in Firefox, you can do so with a simple command. We’ll show you step by step how to enable JavaScript in the popular browser and what to keep in mind when doing so. With many websites relying on the scripting language in order to…

Read more
How to enable JavaScript in Internet Explorerra2 studioShutterstock

How to enable JavaScript in Internet Explorer

JavaScript is an important tool for many websites and web apps. Without the scripting language, dynamic elements can’t be loaded, which can significantly impact user experience. Here, we’ll explain how to enable JavaScript in Internet Explorer and what you need to consider when…

Read more
What is TypeScript? A beginner’s guide to the JavaScript supersetGaudiLabshutterstock

What is TypeScript? A beginner’s guide to the JavaScript superset

TypeScript is a powerful JavaScript superset that is becoming increasingly popular in web development. In this tutorial, we’ll go over key features of TypeScript and popular use cases. We’ll also explore how TypeScript improves the code development process by increasing…

Read more
Java vs. JavaScript: A comparison of both languages

Java vs. JavaScript: A comparison of both languages

It’s easy to understand why some people think that Java and JavaScript are similar or even the same thing. However, this isn’t the case. In reality, there is more that separates the two programming languages than unites them. We’ll explain what you need to know about the two…

Read more
What is object-oriented programming (OOP)?

What is object-oriented programming (OOP)?

Object-oriented programming (OOP) is one of main programming paradigms, along with functional programming. At the core of OOP is encapsulating the internal state of objects and the exchange of messages between objects. OOP supplies certain advantages, however these become…

Read more
How to protect your email address on your website from spam

How to protect your email address on your website from spam

Spam robots, so-called harvesters, consistently search the internet for email addresses that can be used for unlawful advertising, phishing emails, and spreading viruses, worms, and Trojans. You’re recommended to have your contact details on your website, but how do you stop them…

Read more
How to use jQuery.eachESB ProfessionalShutterstock

How to use jQuery.each

jQuery is a popular, lightweight library that makes HTML document traversal, event handling and animation simpler for frontend developers. With the jQuery.each function, you can iterate through a group of elements and easily perform actions. In this tutorial, we’ll show you the…

Read more
We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.
Page top