Skip to content

Commit

Permalink
Refactor: Added console log spacer and label for LAB-Exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
brook7G committed Apr 19, 2024
1 parent a605816 commit 2938faa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lesson-16/Practice/practice.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ for( let key in vessel) {
}
alert(result1);
}
//
//
//
console.log("LAB-Exercise");
console.log("");

let contacts = [
{
Expand Down

0 comments on commit 2938faa

Please sign in to comment.