https://github.com/aditya1or0/javascript-practice
https://github.com/aditya1or0/javascript-practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aditya1or0/javascript-practice
- Owner: Aditya1or0
- Created: 2025-02-12T08:27:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:22:03.000Z (3 months ago)
- Last Synced: 2025-02-22T16:25:57.569Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Practice
## Questions
### **Question 1:**
Add the two number
---
### **Question 2:**
Class and object question. Create a `car` object and implement a method to start the engine.
---
### **Question 3:**
DOM manipulation. Perform an action like changing the background color of a page.
---
### **Question 4:**
Increment the salary of employees whose performance score is 9 or above by 1000.
---
### **Question 5:**
Reverse an array.
---
### **Question 6:**
Empty an array.
---
### **Question 7:**
Check whether a number is odd or even.
---
### **Question 8:**
Reverse a string.
---
### **Question 9:**
JavaScript var and setTimeout asynchronous behavior