//1. Write a function that takes in a number, and returns a string with that many number of stars ("*").
After prompt number 1, you are given this :
function assert(expectedBehavior, descriptionOfCorrectBehavior) {
if (!expectedBehavior) {
console.log(descriptionOfCorrectBehavior);