awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ruanyf avatar

ruanyf/jstutorial

0
View on GitHub↗
5,377 stars·1,278 forks·CSS·4 vuesjavascript.ruanyifeng.com↗

Jstutorial

Ce projet est un tutoriel de programmation JavaScript complet et une ressource éducative conçue pour guider les apprenants de la syntaxe de base à la maîtrise avancée du langage. Il sert de guide pédagogique structuré et de référence linguistique pour la bibliothèque standard JavaScript et ses concepts de programmation fondamentaux.

Le programme couvre plusieurs domaines techniques spécialisés, notamment un guide JavaScript asynchrone axé sur le code non bloquant et un cours sur la programmation orientée objet centré sur les prototypes et l'héritage. Il fournit également une ressource d'apprentissage dédiée au développement web, se concentrant sur les API spécifiques aux navigateurs et la manipulation du modèle objet de document (DOM).

La surface pédagogique plus large englobe les fondamentaux du langage tels que les types de données et la gestion des erreurs, ainsi que la navigation pratique dans l'environnement navigateur, incluant le stockage web et la gestion des cookies.

Features

  • JavaScript Language Instruction - Provides a comprehensive structured curriculum and instructional sequence for mastering the JavaScript language from basic to advanced levels.
  • JavaScript Learning Curricula - Offers structured educational materials and exercises for mastering JavaScript language features and programming concepts.
  • Learning Curricula - Provides a structured sequence of lessons designed to guide students from basic JavaScript concepts to advanced mastery.
  • JavaScript Tutorials - Ships a structured guide for learning JavaScript language fundamentals from basic syntax to advanced concepts.
  • Web Development Guides - Provides educational resources and tutorials focused on mastering DOM manipulation and browser-specific APIs.
  • Asynchronous JavaScript Programming - Teaches non-blocking code patterns using promises and timers to maintain application responsiveness.
  • JavaScript Implementation - Teaches building scalable architectures using JavaScript prototypes, inheritance, and scoping rules.
  • Browser API Programming - Teaches how to interact with the DOM, handle browser events, and manage client-side data.
  • Browser Environment Instructions - Offers guided instruction on navigating and utilizing browser-specific APIs, window objects, and client-side storage.
  • DOM Manipulation Guides - Provides detailed tutorials and guided learning for interacting with document nodes, handling events, and modifying page styles.
  • Dynamic DOM Manipulation - Provides instruction on dynamically updating the user interface and handling interactive elements using browser-native JavaScript.
  • Asynchronous Programming Guides - Provides instructional resources covering non-blocking execution patterns, event loops, and promises.
  • Object-Oriented Programming Concepts - Provides educational content covering classes, inheritance, and polymorphism in the context of JavaScript.
  • JavaScript Language References - Provides a technical overview of the JavaScript standard library, including built-in objects and global methods.
  • Language-Specific OOP - Instructs on implementing prototypes and inheritance for scalable object-based architectures in JavaScript.
  • Standard Library References - Provides instructional guides on utilizing JavaScript's built-in objects and global methods.
  • Programming Language Guides - Open JavaScript tutorial focusing on client-side development.

Historique des stars

Graphique de l'historique des stars pour ruanyf/jstutorialGraphique de l'historique des stars pour ruanyf/jstutorial

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait ruanyf/jstutorial ?

Ce projet est un tutoriel de programmation JavaScript complet et une ressource éducative conçue pour guider les apprenants de la syntaxe de base à la maîtrise avancée du langage. Il sert de guide pédagogique structuré et de référence linguistique pour la bibliothèque standard JavaScript et ses concepts de programmation fondamentaux.

Quelles sont les fonctionnalités principales de ruanyf/jstutorial ?

Les fonctionnalités principales de ruanyf/jstutorial sont : JavaScript Language Instruction, JavaScript Learning Curricula, Learning Curricula, JavaScript Tutorials, Web Development Guides, Asynchronous JavaScript Programming, JavaScript Implementation, Browser API Programming.

Quelles sont les alternatives open-source à ruanyf/jstutorial ?

Les alternatives open-source à ruanyf/jstutorial incluent : javascript-tutorial/en.javascript.info — This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development… wangdoc/javascript-tutorial — This project is a structured JavaScript programming tutorial and web development learning resource. It serves as an… ruanyf/es6tutorial — This project is a comprehensive ECMAScript 6 tutorial and JavaScript language guide. It serves as a technical… azat-io/you-dont-know-js-ru — This project is a collection of translated educational resources and documentation focused on the internal mechanics… javascript-tutorial/ru.javascript.info — This project is a comprehensive JavaScript programming tutorial and frontend web development curriculum. It serves as… xitu/javascript-tutorial-zh — This project is a structured JavaScript programming tutorial and frontend development learning resource. It serves as…

Alternatives open source à Jstutorial

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jstutorial.
  • javascript-tutorial/en.javascript.infoAvatar de javascript-tutorial

    javascript-tutorial/en.javascript.info

    25,344Voir sur GitHub↗

    This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser

    HTMLenglishjavascripttutorial
    Voir sur GitHub↗25,344
  • wangdoc/javascript-tutorialAvatar de wangdoc

    wangdoc/javascript-tutorial

    3,998Voir sur GitHub↗

    This project is a structured JavaScript programming tutorial and web development learning resource. It serves as an educational guide for learning the JavaScript language, ranging from basic syntax to advanced programming concepts. The resource functions as a JavaScript code example library and a technical guide for DOM manipulation. It provides conceptual explanations and runnable code samples to demonstrate how to solve common development tasks and programmatically manage browser elements. The material covers frontend development training, web browser programming, and the implementation of

    Shell
    Voir sur GitHub↗3,998
  • ruanyf/es6tutorialAvatar de ruanyf

    ruanyf/es6tutorial

    21,448Voir sur GitHub↗

    This project is a comprehensive ECMAScript 6 tutorial and JavaScript language guide. It serves as a technical reference for learning the updated syntax and language features introduced in the ECMAScript 6 version of JavaScript. The resource focuses on modern JavaScript learning and syntax mastery, providing a structured set of tutorials to help developers align their skills with current industry standards and specifications.

    JavaScript
    Voir sur GitHub↗21,448
  • azat-io/you-dont-know-js-ruAvatar de azat-io

    azat-io/you-dont-know-js-ru

    8,744Voir sur GitHub↗

    This project is a collection of translated educational resources and documentation focused on the internal mechanics of the JavaScript language. It provides detailed guides and tutorials covering core concepts such as scope, closures, and prototypes. The materials specifically address asynchronous programming patterns, including callbacks, promises, and generators. It also provides guidelines for performance optimization through benchmarking and tuning techniques to improve code execution speed and resource efficiency. The content is delivered via a static site generated from markdown files

    bookjavascripttranslation
    Voir sur GitHub↗8,744
  • Voir les 30 alternatives à Jstutorial→