Tag: JavaScript

JavaScript (JS) is a scripting language enabling users to create dynamic content for interactive websites. Nowadays most active websites make use of it. Besides HTML and CSS, JavaScript is among the three core technologies of the internet.

How to Use JavaScript in TYPO3’s Backend

JavaScript can be found in all parts of a software system that interact with a browser, e.g. backend tasks, web servers and data processing. TYPO3 v7 and v8 support AMD modules by using RequireJS. One of the advantages of using RequireJS is an improvement in website performance.