Skip to content

oliveira/javascript-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

exercises

A list of exercises.

Table of Contents

Dependencies

Exercise 1

This exercise expect a solution that iterate between a range of numbers and print:

  • "Visual" when the number is divisible by 3.
  • "Nuts" when the number is divisible by 5.
  • "Visual Nuts" when the number is divisible by 3 and 5.
  • the given number when is not divisible by 3 or 5.

Source

Exercise 2

This exercise expect a solution that receives a json object and return:

  • The number of countries in the world.
  • The country with the most official languages where they officially speak German.
  • All languages spoken in the listed countries.
  • The country with the highest number of official languages.
  • The most common official language(s), of all countries.

Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors