You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Adding Comments: Choose two of the programs you’ve written, and add at least one comment to each. If you don’t have anything specific to write because your programs are too simple at this point, just add your name and the current date at the top of each program file. Then write one sentence describing what the program does.
// Favorite Number Program
// Author: Abdul Hannan
// Date: 2023-02-09
export default function q10() {
let favoriteNumber = 7;
let message = `My favorite number is ${favoriteNumber}.`;