mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-17 07:00:57 -05:00
chore(i18n,client): processed translations (#65155)
This commit is contained in:
committed by
GitHub
parent
5262205540
commit
126621dce1
@@ -5316,12 +5316,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7704,6 +7734,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5316,12 +5316,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7704,6 +7734,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5386,12 +5386,42 @@
|
||||
"classes-and-the-this-keyword": "Clases",
|
||||
"lab-bank-account-manager": "Desarrollar un Programa de Gestión de Cuentas Bancarias",
|
||||
"recursion": "Recursión",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Programación funcional",
|
||||
"asynchronous-javascript": "JavaScript asincrónico",
|
||||
"lab-weather-app": "Desarrolla una aplicación del tiempo",
|
||||
"review-javascript": "Revisión de JavaScript",
|
||||
"javascript-certification-exam": "Examen de certificación de JavaScript"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introducción a JavaScript",
|
||||
@@ -7818,6 +7848,12 @@
|
||||
"Aprende los fundamentos de cómo funciona la comunicación web a través del modelo de solicitud-respuesta HTTP, explora diferentes tipos de recursos web y respuestas, y comprende cómo los formularios manejan el envío de datos utilizando varios métodos HTTP."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Trabajando con npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5330,12 +5330,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7718,6 +7748,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5330,12 +5330,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7718,6 +7748,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5330,12 +5330,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7718,6 +7748,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5330,12 +5330,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7718,6 +7748,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5386,12 +5386,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Crie um Programa de Gestão de Contas Bancárias",
|
||||
"recursion": "Recursão",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Programação Funcional",
|
||||
"asynchronous-javascript": "JavaScript Assíncrono",
|
||||
"lab-weather-app": "Crie um Aplicativo do Tempo",
|
||||
"review-javascript": "Revisão de JavaScript",
|
||||
"javascript-certification-exam": "Exame de Certificação JavaScript"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introdução ao JavaScript",
|
||||
@@ -7816,6 +7846,12 @@
|
||||
"Aprenda os fundamentos de como a comunicação web funciona através do modelo de requisição-resposta HTTP, explore diferentes tipos de ativos e respostas web e entenda como os formulários lidam com o envio de dados usando vários métodos HTTP."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Trabalhando com scripts do npm",
|
||||
"intro": [
|
||||
|
||||
@@ -5330,12 +5330,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7718,6 +7748,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
@@ -5316,12 +5316,42 @@
|
||||
"classes-and-the-this-keyword": "Classes",
|
||||
"lab-bank-account-manager": "Build a Bank Account Management Program",
|
||||
"recursion": "Recursion",
|
||||
"data-structures": "Data Structures",
|
||||
"algorithms": "Algorithms",
|
||||
"graphs-and-trees": "Graphs and Trees",
|
||||
"dynamic-programming": "Dynamic Programming",
|
||||
"functional-programming": "Functional Programming",
|
||||
"asynchronous-javascript": "Asynchronous JavaScript",
|
||||
"lab-weather-app": "Build a Weather App",
|
||||
"review-javascript": "JavaScript Review",
|
||||
"javascript-certification-exam": "JavaScript Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-structures": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about linked lists, stacks, queues and more."
|
||||
]
|
||||
},
|
||||
"algorithms": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
|
||||
]
|
||||
},
|
||||
"graphs-and-trees": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about graphs, trees and tries."
|
||||
]
|
||||
},
|
||||
"dynamic-programming": {
|
||||
"note": "Coming Spring 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn how dynamic programming works."
|
||||
]
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"lecture-introduction-to-javascript": {
|
||||
"title": "Introduction to JavaScript",
|
||||
@@ -7704,6 +7734,12 @@
|
||||
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
|
||||
]
|
||||
},
|
||||
"lecture-introduction-to-npm": {
|
||||
"title": "Introduction to npm",
|
||||
"intro": [
|
||||
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-npm-scripts": {
|
||||
"title": "Working with npm Scripts",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user