Skip to content

Instantly share code, notes, and snippets.

@kbk0125
Created December 20, 2017 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbk0125/b7ac9f48408a7cd93f7cdd7c3e490f38 to your computer and use it in GitHub Desktop.
Save kbk0125/b7ac9f48408a7cd93f7cdd7c3e490f38 to your computer and use it in GitHub Desktop.
let days = 7;
console.log("You need to take medication 1 each day for " + days+ " a week.");
days = 5;
console.log("You need to take medication 2 each day for " + days+ " a week.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment