JavaScript

Image: What are the most important meta tags? An overviewBEST-BACKGROUNDSShutterstock

What are the most important meta tags? An overview

Meta tags serve website operators by providing metadata in HTML documents. The encoded information interacts with web browsers and search engine crawlers and is therefore responsible for the searchability of the World Wide Web. But which meta elements are actually needed and how…

Read more
Image: How to enable JavaScript in Microsoft Edge

How to enable JavaScript in Microsoft Edge

JavaScript is a scripting language that is enabled by default in all commonly used browsers. Even though having it enabled is the standard, you can also disable or enable JavaScript manually. We’ll show you what the necessary steps are for changing the JavaScript settings in…

Read more
Image: What is required to develop a website?REDPIXEL.PLShutterstock

What is required to develop a website?

HTML, CSS, and server-side programming languages like PHP form the foundation for creating dynamic websites. In addition, client-side scripting languages such as JavaScript or TypeScript, along with powerful frontend and backend frameworks, make it possible to develop websites…

Read more
Image: How to use JavaScript fetchGorodenkoffshutterstock

How to use JavaScript fetch

JavaScript’s fetch method sends requests to the server and helps you avoid unnecessary lines of code. That’s due in large part to Promises. Fetch can be used for GET requests, as well as sending, updating and deleting data. In this tutorial, we’ll show you how JavaScript fetch…

Read more
Image: How to install Yarn

How to install Yarn

The package manager Yarn enables you to use and send code even better. We explain how to install Yarn and set it up. We also show you some of the most important commands for getting started with it, as well as a few alternative solutions.

Read more
Image: 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
Image: 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
Image: 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
Image: 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
Image: 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