Skip to content

Finished problems for lab questions (Jordan / Jasleen)#169

Open
JordanAlvarado wants to merge 3 commits intojoinpursuit:masterfrom
JordanAlvarado:master
Open

Finished problems for lab questions (Jordan / Jasleen)#169
JordanAlvarado wants to merge 3 commits intojoinpursuit:masterfrom
JordanAlvarado:master

Conversation

@JordanAlvarado
Copy link

No description provided.

'1' + '2' + '3' - '1'
-> '12' + '3' - '1'
-> '123' - '1'
-> '122'
Copy link
Contributor

Choose a reason for hiding this comment

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

So close! last line here should be a number. The subtraction casts the type from string to number.

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