У нас вы можете посмотреть бесплатно 8 - Pre-filter JSON to Get the Data You Need - JSON APIs and AJAX - freeCodeCamp Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
We can use the filter() method to filter down data obtained from an API to return only the objects we want. The filter function takes in a function in which we return a boolean condition to be passed when filtering. Link to challenge : https://www.freecodecamp.org/learn/da... Concepts: filter() The filter() method creates a new array with all elements that pass the test implemented by the provided function. https://developer.mozilla.org/en-US/d... img The HTML img element embeds an image into the document. The src attribute is required, and contains the path to the image you want to embed. The alt attribute holds a text description of the image, which isn't mandatory but is incredibly useful for accessibility — screen readers read this description out to their users so they know what the image means. Alt text is also displayed on the page if the image can't be loaded for some reason. https://developer.mozilla.org/en-US/d... forEach() The forEach() method executes a provided function once for each array element. https://developer.mozilla.org/en-US/d... innerHTML The Element property innerHTML gets or sets the HTML or XML markup contained within the element. https://developer.mozilla.org/en-US/d... ———————————————————————————————————— JSON (JavaScript Object Notation) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types. Ajax is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page. freeCodeCamp (also referred to as “Free Code Camp”) is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone. Beginning with tutorials that introduce students to HTML, CSS and JavaScript, students progress to project assignments that they complete either alone or in pairs. Upon completion of all project tasks, students are partnered with other nonprofits to build web applications, giving the students practical development experience. Thanks for Watching!