Skip to content

Test#1

Open
szymonmalewski wants to merge 2 commits intomefrom
master
Open

Test#1
szymonmalewski wants to merge 2 commits intomefrom
master

Conversation

@szymonmalewski
Copy link
Copy Markdown
Owner

No description provided.

var a = 2,
h = 5,
triangleArea = a*h/2;
triangleArea = a*h/2,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

instead last , should be a ;, because after triangleArea you end your variable declarations ;)

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