https://github.com/deryaxacar/javascript-exercises
This project brings together 70 fundamental exercises for those who want to learn JavaScript from scratch. Each exercise covers different topics, from connecting JavaScript to HTML, declaring variables, and performing arithmetic operations, to working with string methods and DOM manipulations. This way, you can practice both basic and commonly used
https://github.com/deryaxacar/javascript-exercises
css html javascrip-exercises javascript javascript-learn javascript-learning javascript-library javascript-programming javascript-project javascritp-practices learning programming programming-language project
Last synced: 16 days ago
JSON representation
This project brings together 70 fundamental exercises for those who want to learn JavaScript from scratch. Each exercise covers different topics, from connecting JavaScript to HTML, declaring variables, and performing arithmetic operations, to working with string methods and DOM manipulations. This way, you can practice both basic and commonly used
- Host: GitHub
- URL: https://github.com/deryaxacar/javascript-exercises
- Owner: deryaxacar
- Created: 2025-01-05T09:14:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T14:36:17.000Z (11 months ago)
- Last Synced: 2025-02-28T19:48:18.849Z (11 months ago)
- Topics: css, html, javascrip-exercises, javascript, javascript-learn, javascript-learning, javascript-library, javascript-programming, javascript-project, javascritp-practices, learning, programming, programming-language, project
- Language: JavaScript
- Homepage: https://github.com/deryaxacar/Javascript-Exercises
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Table of Contents**
- [Ex01 - How to Link JavaScript to an HTML File?](Ex01)
- [Ex02 - What is the NoScript Tag?](Ex02)
- [Ex03 - What is the Alert Function?](Ex03)
- [Ex04 - What is Document.Write?](Ex04)
- [Ex05 - What is Console.Log?](Ex05)
- [Ex06 - What is Document.GetElementById?](Ex06)
- [Ex07 - What is InnerHTML?](Ex07)
- [Ex08 - What are the Variable Types?](Ex08)
- [Ex09 - Arithmetic Operators](Ex09)
- [Ex10 - What is a Constant?](Ex10)
- [Ex11 - What is the Difference Between Var and Let?](Ex11)
- [Ex12 - Assignment Operators](Ex12)
- [Ex13 - Comparison Operators](Ex13)
- [Ex14 - Increment and Decrement Operators](Ex14)
- [Ex15 - What is Prompt?](Ex15)
- [Ex16 - Declaring Multiple Variables](Ex16)
- [Ex17 - What is TypeOf?](Ex17)
- [Ex18 - What is the Length Property?](Ex18)
- [Ex19 - What is the Eval Method?](Ex19)
- [Ex20 - What is the Trim Method?](Ex20)
- [Ex21 - What is the Slice Method?](Ex21)
- [Ex22 - What is the Substring Method?](Ex22)
- [Ex23 - What is the Repeat Method?](Ex23)
- [Ex24 - What is the ToString Method?](Ex24)
- [Ex25 - What is the Number Method?](Ex25)
- [Ex26 - What is the ValueOf Method?](Ex26)
- [Ex27 - What is the IndexOf Method?](Ex27)
- [Ex28 - What is the LastIndexOf Method?](Ex28)
- [Ex29 - What is the Search Method?](Ex29)
- [Ex30 - What is the Includes Method?](Ex30)
- [Ex31 - What is the StartsWith Method?](Ex31)
- [Ex32 - What is the EndsWith Method?](Ex32)
- [Ex33 - What is the Match Method?](Ex33)
- [Ex34 - What is the Replace Method?](Ex34)
- [Ex35 - What is the Sub Method?](Ex35)
- [Ex36 - What is the Sup Method?](Ex36)
- [Ex37 - What is the Big Method?](Ex37)
- [Ex38 - What is the Small Method?](Ex38)
- [Ex39 - What is the Bold Method?](Ex39)
- [Ex40 - What is the Italics Method?](Ex40)
- [Ex41 - What is the Strike Method?](Ex41)
