Skip to content

Support repository for those starting to study web development with practical Javascript exercises and challenges.

License

Notifications You must be signed in to change notification settings

Shellyda/studies-javascript-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Fundamentals Repository

Support repository for those starting to study web development with practical JavaScript exercises and challenges.

Overview

This repository covers the basics of JavaScript for beginners in programming.

Main Points:

  • Introduction to programming logic
  • Basic properties and conditionals
  • Understanding the jQuery library
  • Exploring variables and functions in JavaScript
  • Definitions of arrays and objects
  • How to use and create JavaScript plugins
  • Dynamic events
  • Looping structures

Projects:

  1. Creating a Modal Window + Form Validation

    • Learn to create a modal window and validate a form using JavaScript.
  2. Developing an Alarm System

    • Build a JavaScript-based alarm system.

Feel free to explore each project folder for detailed instructions and code implementations.

Happy coding!