Skip to content

Comments

Zainab AlSaffar Variables task#9

Closed
zainab27als wants to merge 4 commits intoJoinCODED:mainfrom
zainab27als:main
Closed

Zainab AlSaffar Variables task#9
zainab27als wants to merge 4 commits intoJoinCODED:mainfrom
zainab27als:main

Conversation

@zainab27als
Copy link

No description provided.

let ageString: string;
let hobbyString: string;
let fullNameString: string = `My name is ${fullName}`;
let ageString: string = `I am ${2025 - yearOfBirth}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code works today, works tomorrow and will work next month. But will it work next year?

Think about how we can make our code always work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants