OlivierJM / learn

self-paced way of learning the basics of javascript
7 stars 5 forks source link

add notes for intro #7

Open OlivierJM opened 5 years ago

OlivierJM commented 5 years ago

This is the introduction of both the repo and the javascript

It should be very beginner friendly and attractive enough for new beginners to find it helpful.

OlivierJM commented 5 years ago

I have added basic notes, kindly check and review, I will leave this issue open in case someone needs to add something.

leemlwando commented 5 years ago

@OlivierJM what assumptions are made with regards to our new comers ? how do we run exercise files , will they be done via broswer through and html document or using nodejs as run time?

OlivierJM commented 5 years ago

I think the assumption is that they are very new to programming, but so far a node's runtime is the easiest to set up on our side, we will need to figure out how easy this is on windows so that we can create a good guide on how to get started, I like what you did with the intro, we can have one with screenshots and also find out from users how can it be made more easier.

I had thought of using tests to check how correct the answers are.

We can discuss more on this.