cyberfolk / js-basics

Javascript initial exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Basics

Initial commit: 07/3/23

Info: 🌠 This Repo contains fundamental Javascript exercises such as:

Exercises list

  • biglietto-treno β†’ The user enters the parameters and the ticket price will be shown on the page.
  • biglietto-treno-form β†’ Like the previous exercise but the data is passed through a form.
  • dice β†’ The PC rolls two dice and says who won.
  • login β†’ The user enters his email, and the PC checks in an array and determines if the user can log in.
  • lista-spesa β†’ Print the elements of an array to the screen with a while loop.
  • pali β†’ The user enters a word and the PC says if it is a palindrome.
  • dispari β†’ The user chooses odd or even, PC will sum 2 random numbers, and tell if the user guessed correctly.
  • our-team β†’ Print cards to the screen to represent the data contained in an object-array.
  • pwdgen-wannabe β†’ The user enters parameters and the PC returns them concatenated into a string,
  • social-posts β†’ Add JS script to modularize a given HTML template.
  • snacks β†’ Quick and technical exercises.

About

Javascript initial exercises


Languages

Language:JavaScript 48.8%Language:HTML 43.1%Language:CSS 8.2%