JavaS­cript

Image: What is Node.js and how does the JavaScript runtime environment work?BEST-BACK­GROUNDSShut­ter­stock

What is Node.js and how does the JavaS­cript runtime en­vir­on­ment work?

Node.js is a powerful platform that offers versatile op­por­tun­it­ies for both beginners and ex­per­i­enced de­velopers. In this node.js tutorial, you’ll learn how the runtime en­vir­on­ment works, how to install node.js, and implement initial ‘Hello World’ examples. We also explain the…

Read more
Image: What are the most important meta tags? An overviewBEST-BACK­GROUNDSShut­ter­stock

What are the most important meta tags? An overview

Meta tags serve website operators by providing metadata in HTML documents. The encoded in­form­a­tion interacts with web browsers and search engine crawlers and is therefore re­spons­ible for the search­ab­il­ity of the World Wide Web. But which meta elements are actually needed and how…

Read more
Image: How to enable JavaScript in Microsoft EdgeSFIO CRACHOShut­ter­stock

How to enable JavaS­cript in Microsoft Edge

JavaS­cript 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 JavaS­cript manually. We’ll show you what the necessary steps are for changing the JavaS­cript settings in…

Read more
Image: What is required to develop a website?REDPIXEL.PLShut­ter­stock

What is required to develop a website?

HTML, CSS, and server-side pro­gram­ming languages like PHP form the found­a­tion for creating dynamic websites. In addition, client-side scripting languages such as JavaS­cript or TypeScript, along with powerful frontend and backend frame­works, make it possible to develop websites…

Read more
Image: How to use JavaScript fetchGoroden­koffshut­ter­stock

How to use JavaS­cript fetch

JavaS­cript’s fetch method sends requests to the server and helps you avoid un­ne­ces­sary 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 JavaS­cript fetch…

Read more
Image: How to install Yarnra2 studioShut­ter­stock

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 al­tern­at­ive solutions.

Read more
Image: How to use JavaScript’s .map() methodkentohShut­ter­stock

How to use JavaS­cript’s .map() method

JavaS­cript’s .map() method results in shorter and more concise code compared to tra­di­tion­al loops. It can easily be combined with other array methods like .filter, .reduce, and . forEach, enabling you to carry out complex data ma­nip­u­la­tion. In this tutorial, we’ll show you how JS…

Read more
Image: What are TypeScript functions? Definition, type safety and useREDPIXEL.PLshut­ter­stock

What are TypeScript functions? Defin­i­tion, type safety and use

TypeScript functions play a crucial role in software de­vel­op­ment. In par­tic­u­lar, TypeScript helps to avoid common JavaS­cript problems such as type con­ver­sion errors. Here you can find out everything you need to know about declaring types, para­met­ers and return values. We’ll also…

Read more
Image: How to enable JavaScript in SafariPaolo Schorlishut­ter­stock

How to enable JavaS­cript in Safari

In order for websites to be displayed ac­cur­ately, JavaS­cript 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 Kharich­k­inaShut­ter­stock

How to enable JavaS­cript in Firefox

If you want to enable (or disable) JavaS­cript in Firefox, you can do so with a simple command. We’ll show you step by step how to enable JavaS­cript 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