chore(i18n,client): processed translations (#62825)

This commit is contained in:
freeCodeCamp's Camper Bot
2025-10-15 22:14:32 +05:30
committed by GitHub
parent ca02bcb7ee
commit 2f90571583
10 changed files with 231 additions and 91 deletions
@@ -3590,10 +3590,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4576,6 +4576,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5012,9 +5018,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6303,10 +6313,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3590,10 +3590,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4576,6 +4576,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5012,9 +5018,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6303,10 +6313,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+24 -10
View File
@@ -3630,10 +3630,10 @@
"Neste laboratório, você criará uma função que percorre um array de objetos e retorna um array de todos os objetos que têm pares de propriedade e valor correspondentes."
]
},
"lab-sum-all-primes-calculator": {
"title": "Crie uma Calculadora de Soma de Números Primos",
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"Neste laboratório, você criará uma calculadora que soma todos os números primos até um determinado número."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4632,6 +4632,12 @@
"Neste workshop, você aprenderá sobre classes, objetos e métodos em Python criando um inventário simples de instrumentos musicais."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Crie um Aplicativo de Orçamento",
"intro": [
@@ -5082,9 +5088,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6373,10 +6383,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3604,10 +3604,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4590,6 +4590,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Build a Budget App",
"intro": [
@@ -5026,9 +5032,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6317,10 +6327,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",
+23 -9
View File
@@ -3600,10 +3600,10 @@
"In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs."
]
},
"lab-sum-all-primes-calculator": {
"lab-prime-number-sum-calculator": {
"title": "Build a Prime Number Sum Calculator",
"intro": [
"In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
"In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number."
]
},
"lab-range-based-lcm-calculator": {
@@ -4576,6 +4576,12 @@
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
]
},
"workshop-email-simulator": {
"title": "Build an Email Simulator",
"intro": [
"In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users."
]
},
"lab-budget-app": {
"title": "Створіть застосунок для ведення бюджету",
"intro": [
@@ -5010,9 +5016,13 @@
"title": "JavaScript Certification",
"intro": [
"This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.",
"To earn your JavaScript Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the JavaScript Certification exam."
"To qualify for the exam, you must complete the following projects:",
"- Build a Markdown to HTML Converter",
"- Build a Drum Machine",
"- Build a Voting System",
"- Build a Bank Account Management Program",
"- Build a Weather App",
"Pass the exam to earn your JavaScript Certification."
],
"chapters": {
"javascript": "JavaScript"
@@ -6301,10 +6311,14 @@
"responsive-web-design-v9": {
"title": "Responsive Web Design Certification",
"intro": [
"This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
"To earn your Responsive Web Design Certification:",
"- Complete the five required projects to qualify for the certification exam.",
"- Pass the Responsive Web Design Certification exam."
"This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.",
"To qualify for the exam, you must complete the following projects:",
"- Build a Survey Form",
"- Build a Page of Playing Cards",
"- Build a Book Inventory App",
"- Build a Technical Documentation Page",
"- Build a Product Landing Page",
"Pass the exam to earn your Responsive Web Design Certification."
],
"chapters": {
"html": "HTML",