Skip to content

nathangs/js-beginner-01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Beginner 01

  1. Define a function max() that takes two numbers as arguments and returns the largest of them. Use the if-then-else construct available in Javascript.
  2. Log the result in the console.

This is part 1 of a series of JavaScript training exercises. It was created for new-ish front end devs, and designers at thunder::tech, but you can use it too!

this exercise was taken from: http://www.ling.gu.se/~lager/teaching/dialogue_systems%20II/labs/javascript.html

About

JavaScript training exercises for new devs at thunder::tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 15.2%