What we’ve learned so far…
Inserting script in html Using functions Inserting comment in script Selection with “If, else if” Variable declaration & assignment Strings & values Concatenating strings & variables Output to Web page Using Forms Sending form data to  function Using arithmetic & comparison operators
Switch instead of “if” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/switch.html
Looping Doing something over and over Two kinds: for while
Iteration with “while” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/while.html
Iteration with “for” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/for.html
Working with Arrays http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array.html
Arrays – An Easier Way http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array1.html
Arrays – Even Easier http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array2.html
Arrays – Form Example http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array3.html
Generating Random Numbers http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/random.html
jQuery A library of Javascript functions to do common things that require a lot of programming http://www.w3schools.com/jquery/jquery_examples.asp

More Related Content

Similar to Javascript2 (20)

PPTX
Coding 101: A hands-on introduction
PDF
Training javascript 2012 hcmut
PDF
2 coding101 fewd_lesson2_programming_overview 20210105
PDF
Handout - Introduction to Programming
PDF
J query fundamentals
PPSX
Javascript variables and datatypes
PPTX
Week 7 html css js
PDF
Intro to javascript (6:19)
PPTX
Introduction to Client-Side Javascript
PPTX
An introduction to javascript
PPT
JavaScript
PPS
PDF
Intro to javascript (6:27)
PPT
Java script
PPT
Java script Learn Easy
PDF
Thinkful - Intro to JavaScript
PPTX
10. session 10 loops and arrays
PDF
Get Programming PHP 4th Edition Peter Macintyre free all chapters
PDF
www.webre24h.com - [O`reilly] javascript cookbook - [powers]
PPTX
Week 6 java script loops
Coding 101: A hands-on introduction
Training javascript 2012 hcmut
2 coding101 fewd_lesson2_programming_overview 20210105
Handout - Introduction to Programming
J query fundamentals
Javascript variables and datatypes
Week 7 html css js
Intro to javascript (6:19)
Introduction to Client-Side Javascript
An introduction to javascript
JavaScript
Intro to javascript (6:27)
Java script
Java script Learn Easy
Thinkful - Intro to JavaScript
10. session 10 loops and arrays
Get Programming PHP 4th Edition Peter Macintyre free all chapters
www.webre24h.com - [O`reilly] javascript cookbook - [powers]
Week 6 java script loops
Ad

More from Program in Interdisciplinary Computing (20)

Ad

Recently uploaded (20)

PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
August Patch Tuesday
PDF
1 - Historical Antecedents, Social Consideration.pdf
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
STKI Israel Market Study 2025 version august
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Hybrid model detection and classification of lung cancer
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Architecture types and enterprise applications.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPTX
The various Industrial Revolutions .pptx
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PPTX
Modernising the Digital Integration Hub
PDF
Hindi spoken digit analysis for native and non-native speakers
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
DP Operators-handbook-extract for the Mautical Institute
August Patch Tuesday
1 - Historical Antecedents, Social Consideration.pdf
O2C Customer Invoices to Receipt V15A.pptx
observCloud-Native Containerability and monitoring.pptx
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Developing a website for English-speaking practice to English as a foreign la...
Zenith AI: Advanced Artificial Intelligence
STKI Israel Market Study 2025 version august
A novel scalable deep ensemble learning framework for big data classification...
Hybrid model detection and classification of lung cancer
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Architecture types and enterprise applications.pdf
Group 1 Presentation -Planning and Decision Making .pptx
The various Industrial Revolutions .pptx
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Web Crawler for Trend Tracking Gen Z Insights.pptx
Modernising the Digital Integration Hub
Hindi spoken digit analysis for native and non-native speakers

Javascript2

  • 1.  
  • 3. Inserting script in html Using functions Inserting comment in script Selection with “If, else if” Variable declaration & assignment Strings & values Concatenating strings & variables Output to Web page Using Forms Sending form data to function Using arithmetic & comparison operators
  • 4. Switch instead of “if” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/switch.html
  • 5. Looping Doing something over and over Two kinds: for while
  • 6. Iteration with “while” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/while.html
  • 7. Iteration with “for” http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/for.html
  • 8. Working with Arrays http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array.html
  • 9. Arrays – An Easier Way http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array1.html
  • 10. Arrays – Even Easier http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array2.html
  • 11. Arrays – Form Example http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/array3.html
  • 12. Generating Random Numbers http://pic.fsu.edu/courses/2011/spring/cgs2835/tutorials/javascript/examples/random.html
  • 13. jQuery A library of Javascript functions to do common things that require a lot of programming http://www.w3schools.com/jquery/jquery_examples.asp