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

add some tips about programming languages and fundamentals of javascript #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions faruqoloyede_contribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
introduction
about javscript
fundamentals of javascript
tips on how to learn new languages

# INTRODUCTION
My name is faruq oloyede i'm a junior software developer or in a better way a newbie in the journey of tech. i'm currently learning javascript after HTML CSS and its framework. i got into the journey of tech about 5 months ago.

# what i can say about javascript

javascript is a programming language that is used to make web pages interactive. It is an interpreted language, it runs on the clients computer/ browser. javscript is different from java though they have similar name but are differnt completely. java is much more complex than javscript, javascript is a scripting language. there is this saying that javscript is hard, well to me its not when you learn from the right source and take things easier for your self.

# fundamentals things to learn under javascript

1. varaibles and data types
2. arrays
3. object literals
4. methods for strings, arrays, objects, etc
5. loops(for, while, forEach, map)
6. conditionals(if, ternary & switch)
7. functions(normal & arrow)
8. oop(object oriented programming) this include prototypes and classes
9. DOM selection
10. DOM manipulation
11. Events
12. async
13. fetch API and Ajax

if you understand these fundamentals you are good to go

# tips on how to learn any programming language

1. do not stick to one prograaming course or video or instructors what do i mean by this, on youtube you would find several channels about programming, endeavour to take a look at 2 to 3 channels and watch the tutorials

2. watch a tutorial 2 or 3 times : always watch a tutorial 2 to 3 times when you watch a tutorials for the first time you might not get anything about it or learn anything or better still grab some but not all. watching it the second time, you will notice that u grab some content you did'nt grab the first time also the third time.

so by doing these tips you won't find any language hard


and remember ALWAYS TAKE A REST