An open API service indexing awesome lists of open source software.

https://github.com/aditya1or0/javascript-practice


https://github.com/aditya1or0/javascript-practice

Last synced: 3 months ago
JSON representation

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