Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning console.log #17

Open
djres88 opened this issue Nov 5, 2015 · 0 comments
Open

Learning console.log #17

djres88 opened this issue Nov 5, 2015 · 0 comments

Comments

@djres88
Copy link
Collaborator

djres88 commented Nov 5, 2015

https://github.com/MrPowers/code_quizzer/blame/master/books/learn_javascript_logically/100_strings_numbers_booleans/100_introduction_to_strings.md#L20

I think you need to introduce console.log before you start using it in the examples. Maybe add an intro chapter before we get into strings, numbers and Booleans? The intro chapter would say (1) JavaScript is the language of the web. (2) Here's how you can use JavaScript in your browser (open the console). We can "print" the results of any operation using the console.log() function. (3) Now it's time to learn how JavaScript works, starting with the types of data found in JavaScript. First up: Strings, Numbers, and Booleans.

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

No branches or pull requests

1 participant