Skip to content

Create intro-to-javascript.md#2

Open
R3IDV3 wants to merge 5 commits intomasterfrom
Intro-to-javascript-patch-1
Open

Create intro-to-javascript.md#2
R3IDV3 wants to merge 5 commits intomasterfrom
Intro-to-javascript-patch-1

Conversation

@R3IDV3
Copy link
Collaborator

@R3IDV3 R3IDV3 commented Nov 16, 2015

Do you think we should use the form:

function sayHello() {
  // stuff
}

OR

sayHello = function() {
  // stuff
};

??

@albertywchan
Copy link
Collaborator

I feel like the first form is easier to understand because the syntax is closer to other languages i've worked with.

@R3IDV3
Copy link
Collaborator Author

R3IDV3 commented Nov 17, 2015

I agree!

@joanna-chen
Copy link
Collaborator

go with the first one if we're targeting more of the beginners i would say

@R3IDV3
Copy link
Collaborator Author

R3IDV3 commented Nov 18, 2015

What do you think of the overall introduction: 71eb3c4

aidenmiller and others added 4 commits November 18, 2015 14:30
added the confirm() when you cancel entering your name.
Changed the order of changes based on difficulty.
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.

5 participants