Relier Pairs Programming Language (Java/JavaScript)Version en ligne Look at the word and choose the correct description par Mauxi Cervantes 1 Async/Await 2 Closure 3 DOM 4 Backend 5 Array 6 Exception Handling 7 Class 8 Bootstrap 9 API 10 Algorithm 11 Database 12 CSS A feature in JavaScript where an inner function retains access to the outer function's variables. Cascading Style Sheets; a language used to describe the presentation of a document written in HTML. A blueprint for creating objects in object-oriented programming that defines a set of attributes and methods. An organized collection of data that is stored and accessed electronically. Document Object Model; a programming interface for web documents that represents the structure of a document. Application Programming Interface; a set of rules that allows different software applications to communicate with each other. A front-end framework for developing responsive and mobile-first websites. A step-by-step procedure for solving a problem or performing a task. A data structure that stores a fixed-size sequence of elements of the same type. The server-side part of a web application, responsible for managing and processing data, and serving it to the client. A programming construct used to handle errors or exceptional conditions in a program. Syntax in JavaScript that allows for asynchronous programming, making it easier to work with asynchronous operations.