Skip to content

Conversation

@dcgoodwin2112
Copy link

The fullName field assignment on line 18 sets the value to firstname + " " + lastname (All lowercase)

It looks like the variable assignment should likely be firstName + " " + lastName instead.

Thanks!
-Dan

The fullName field assignment on line 18 sets the value to firstname + " " + lastname (All lowercase)

It looks like the variable assignment should likely be firstName + " " + lastName instead.

Thanks!
-Dan
surface74 added a commit to surface74/mslearn-typescript that referenced this pull request Jun 9, 2023
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.

2 participants