Skip to content

GetSomefi/Kurssi_Javascript

Repository files navigation

Kurssi_Javascript

Pääasiallinen kurssikirja

https://exploringjs.com/js/book

Kurssikirjan sisällysluettelo

https://exploringjs.com/js/book/index.html

-----

Osa 1.

Syntaksi

https://exploringjs.com/js/book/ch_syntax.html

Console

https://exploringjs.com/js/book/ch_console.html

Muuttujat

https://exploringjs.com/js/book/ch_variables-assignment.html
Esimerkki Muuttujat

Arvot

https://exploringjs.com/js/book/ch_values.html#ch_values
Esimerkki Arvot

Operaattorit

https://exploringjs.com/js/book/ch_operators.html#ch_operators
Esimerkki Operaattorit

Ternary Operator

ehto ? jos tosi : jos epätosi
https://exploringjs.com/js/book/ch_booleans.html#conditional-operator
Esimerkki Ternary Operator

Coalescing Operator

https://exploringjs.com/js/book/ch_undefined-null.html#nullish-coalescing-operator
Esimerkki Coalescing Operator

Boolean

https://exploringjs.com/js/book/ch_booleans.html
Esimerkki Boolean
Luulit ehkä tietäväsi kaiken booleaneista, mutta nyt on kyse JavaScriptistä.

Funktio

https://exploringjs.com/js/book/ch_callables.html#ordinary-functions
Esimerkki Funktio
Näin teet ja käytät funktioita

Hae teksti

Esimerkki Hae teksti (RegEx)

Numerot

Tutustu itsenäisesti materiaaliin.
https://exploringjs.com/js/book/ch_numbers.html

Perusoperaatiot numeroilla

Esimerkki Perusoperaatiot numeroilla

String

https://exploringjs.com/js/book/ch_strings.html#ch_strings
Esimerkki String

Template Literals

https://exploringjs.com/js/book/ch_template-literals.html

Try Catch Finally

https://exploringjs.com/js/book/ch_exception-handling.html#ch_exception-handling
Esimerkki Try Catch Finally

-----

HTML:n muuttaminen JavaScriptillä

Toisin sanoen DOM(Document Object Model)-manipulaatio.
Esimerkki String
Video (https://youtu.be/wguN43qRLnU)

-----

Osa 2. (Node.js serveriosuus)

Moduuli

https://exploringjs.com/js/book/pt_modularity.html#pt_modularity
Esimerkki Moduuli

-----





Lisämateriaali

GoalKicker.com – JavaScript® Notes for Professionals

https://drive.google.com/file/d/1OonOQwMOTMKLTjTViqIt14Pi1l5rOBoM/view

Javascript the Good Parts

https://github.com/dwyl/Javascript-the-Good-Parts-notes

About

2024 ->

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors