issues
search
swati-jagtap
/
javascript-practice
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
23 Event Listener 2
#170
swati-jagtap
opened
3 years ago
0
23 Event Listener 1
#169
swati-jagtap
opened
3 years ago
1
22 DOM project 3
#168
swati-jagtap
opened
3 years ago
0
22 DOM projrct 2
#167
swati-jagtap
opened
3 years ago
0
22 DOM project 1
#166
swati-jagtap
opened
3 years ago
0
21 DOM mini project
#165
swati-jagtap
opened
3 years ago
0
18.3.3--Read the countries api and count total number of languages in the world used as officials.
#164
swati-jagtap
opened
3 years ago
0
18.3.2--Read the countries api and find out the 10 largest countries
#163
swati-jagtap
opened
3 years ago
0
18.3.1-- Read the cats api and find the average weight of cat in metric unit.
#162
swati-jagtap
opened
3 years ago
0
18.2.1--Print out all the cat names in to catNames variable.
#161
swati-jagtap
opened
3 years ago
0
18.1.1--Read the countries API using fetch and print the name of country, capital, languages, population and area
#160
swati-jagtap
opened
3 years ago
0
18 )Promises
#159
swati-jagtap
opened
3 years ago
0
17.2.1--Create a student object. The student object will have first name, last name, age, skills, country, enrolled keys and values for the keys. Store the student object in your browser localStorage.
#158
swati-jagtap
opened
3 years ago
0
17.1.1--Store you first name, last name, age, country, city in your browser localStorage.
#157
swati-jagtap
opened
3 years ago
0
16.3.2--Find the the user who has many skills from the variable stored in txt.
#156
swati-jagtap
opened
3 years ago
0
16.3.1--Parse the txt JSON to object.
#155
swati-jagtap
opened
3 years ago
0
JSON 16.1.1 to 16.2.1
#154
swati-jagtap
opened
3 years ago
0
15.1.2--Create a Dog and Cat child class from the Animal Class. 15.2.1--Override the method you create in Animal class
#153
swati-jagtap
opened
3 years ago
0
15.1.1--Create an Animal class. The class will have name, age, color, legs properties and create different methods
#152
swati-jagtap
opened
3 years ago
0
13.3.1--Check the speed difference among the following loops: while, for, for of, forEach
#151
swati-jagtap
opened
3 years ago
0
13.2.1 to 13.2.3
#150
swati-jagtap
opened
3 years ago
0
13.1.1 to 13.1.3
#149
swati-jagtap
opened
3 years ago
0
12.3.1-- Write a function which cleans text. Clean the following text.
#148
swati-jagtap
opened
3 years ago
0
12.2.1-- Write a function called tenMostFrequentWords which get the ten most frequent word from a string?
#147
swati-jagtap
opened
3 years ago
1
12.1.3--Write a pattern which identify if a string is a valid JavaScript variable
#146
swati-jagtap
opened
3 years ago
2
12.2.2--find the distance between the two furthest particles.
#145
swati-jagtap
opened
3 years ago
0
12.1.1--Calculate the total annual income of the person from the following text.
#144
swati-jagtap
opened
3 years ago
0
11.3.4--Copy the student object to newStudent without mutating the original object. In the new object add the following ?
#143
swati-jagtap
opened
3 years ago
0
11.3.3-- Write a function called convertArrayToObject which can convert the array to a structure object.
#142
swati-jagtap
opened
3 years ago
0
11.3.2--Destructure the following array name to name, skills array to skills, scores array to scores, JavaScript score to jsScore and React score to reactScore variable in one line.
#141
swati-jagtap
opened
3 years ago
1
11.3.1-- Destructure the countries object print name, capital, population and languages of all countries
#140
swati-jagtap
opened
3 years ago
0
11.2.2--Find the persons who have less than two skills
#139
swati-jagtap
opened
3 years ago
0
11.2.1--Iterate through the users array and get all the keys of the object using destructuring
#138
swati-jagtap
opened
3 years ago
0
11.1.3-- Destructure the rectangle object by its properties or keys.
#137
swati-jagtap
opened
3 years ago
0
11.1.2-- Destructure and assign the elements of countries array to fin, est, sw, den, nor
#136
swati-jagtap
opened
3 years ago
0
11.1.1-- Destructure and assign the elements of constants array to e, pi, gravity, humanBodyTemp, waterBoilingTemp.
#135
swati-jagtap
opened
3 years ago
0
10.3.2--Use the countries data to find the 10 most spoken languages:
#134
swati-jagtap
opened
3 years ago
0
10.3.1--How many languages are there in the countries object file.
#133
swati-jagtap
opened
3 years ago
0
10.2.1 to 10.2.3
#132
swati-jagtap
opened
3 years ago
0
10.1.1 to 10.1.6 ---> Set and Map
#131
swati-jagtap
opened
3 years ago
0
9.3.4--Try to develop a program which calculate measure of central tendency of a sample(mean, median, mode)
#130
swati-jagtap
closed
3 years ago
1
9.3.3--Use countries_data.js file create a function which create the ten most populated countries
#129
swati-jagtap
closed
3 years ago
0
9.3.2--Find the 2 most spoken languages:
#128
swati-jagtap
closed
3 years ago
0
9.3.1-- Use the countries information, in the data folder. Sort countries by name, by capital, by population
#127
swati-jagtap
closed
3 years ago
1
9.2.7--Find out which letter is used many times as initial for a country name from the countries array (eg. Finland, Fiji, France etc)
#126
swati-jagtap
closed
3 years ago
0
9.2.6--Declare a getLastTenCountries function which which returns the last ten countries in the countries array.
#125
swati-jagtap
closed
3 years ago
0
//9.2.5-- Declare a getFirstTenCountries function and return an array of ten countries
#124
swati-jagtap
closed
3 years ago
0
//9.2.4--Create a function which return an array of objects, which is the letter and the number of times the letter use to start with a name of a country.
#123
swati-jagtap
closed
3 years ago
0
9.2.3--Declare a function called categorizeCountries which returns an array of countries which have some common pattern
#122
swati-jagtap
closed
3 years ago
0
9.2.2--Find the sum of price of products using only reduce reduce(callback))
#121
swati-jagtap
closed
3 years ago
0
Next