https://www.codetips.co.uk/what-is-a-switch-statement/
In previous articles we've discussed the if statement... what previous articles? So, back to the front page to find a starting point. "FizzBuzz", "An Introduction to Coding Challenges", "An interview with Kevin Ball", "Arrays and loops with Javascript"...then finally one that seems like it might be the entry point:
https://www.codetips.co.uk/writing-your-first-javascript-pro...
If you've made it to this article you should have read the JavaScript Introduction, and be familiar with variables and data-types. wait, what?
There seems to be no guided course here, or even a way in each article to get to the previous article, when clearly a lot of these assume prior knowledge (there is, but it's right at the end of the article, some of which are pages long).
This could really do with a 'New readers start here', and put the navigation - even the fact that there _are_ previous articles - up top in each article.
I'm the CodeTips founder/owner, and I'm grateful for your feedback.
I'd like to get this to a position that your niece and nephew are able to use it, so if you're willing to continue the discussion that would be great.
Just to address your concerns....
- Where I have referenced previous articles, they are linked. For example the `if` reference is a link, that will take you to the article explaining that concept. I just checked the articles you mentioned, and the links are there and working.
- you're absolutely right that the articles are from latest - oldest. It wasn't necessarily built to be a "course", but I can see why the structure could be confusing. The balance is not having to make returning users scroll to the bottom to find new content, perhaps I could add a button that allows the user to sort the articles as they want to see them?
Obviously all the beginner articles are first, but then you have different language articles, serverless articles, intermediate articles etc. You could take any of those paths.
Does that make sense?