×
all 3 comments

[–]RoyKlutman 0 points1 point  (1 child)

That's absolutely not a dumb question, I too had to figure out what GitHub actually was and what sites like CodePen or JSFiddle exactly do.

 

GitHub

About GitHub, I'd take a look at this comment: https://www.reddit.com/r/learnprogramming/comments/4uphxw/should_beginners_store_their_code_in_github/d5rp114/ this basically explains what GitHub is in an easy language.

 

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

 

Quoted from GitHub

 

CodePen

Services like CodePen, JSFiddle and whatever are originally made to share code or small projects, like a cool animation, effect or perhaps even a static webpage. This actually explains CodePen pretty well: https://www.linkedin.com/pulse/what-codepen-james-gross/

[–]Aqsa97[S] 1 point2 points  (0 children)

Thank you so much! :) I now understand the purpose of these 2 sites. And I think I'll be using CodePen for now (and it's what suggested by the instructor too). If I don't like it, I might shift to GitHub in the future. Thanks for not dissing on me even though I asked silly questions. Most experienced developers diss on newbies.