1 / 17

INTRODUCTION

INTRODUCTION. JavaScript can make websites more interactive, interesting, and user-friendly. LEARNING JAVASCRIPT INVOLVES LEARNING…. 1. 1. BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them. 2. 1. BASIC PROGRAMMING CONCEPTS

gutierez
Télécharger la présentation

INTRODUCTION

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INTRODUCTION

  2. JavaScript can make websites more interactive, interesting, and user-friendly.

  3. LEARNING JAVASCRIPT INVOLVES LEARNING…

  4. 1

  5. 1 BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them

  6. 2 1 BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them

  7. 2 1 BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them THELANGUAGE ITSELF Its vocabulary and how to structure your sentences

  8. 3 1 2 BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them THELANGUAGE ITSELF Its vocabulary and how to structure your sentences

  9. 1 2 3 BASIC PROGRAMMING CONCEPTS Including the terms programmers use to describe them THELANGUAGE ITSELF Its vocabulary and how to structure your sentences HOW IT ISAPPLIED Looking at examples of how it is commonly used

  10. HOW JAVASCRIPT MAKES WEB PAGES MORE INTERACTIVE

  11. JavaScript lets you access and modify the content and markup of web pages as the user is viewing them.

  12. 1. ACCESS CONTENT Select text, elements, or attributes on an HTML page

  13. 2. MODIFY CONTENT Add text, elements, or attributes to an HTML page (or remove them) 1. ACCESS CONTENT Select text, elements, or attributes on an HTML page

  14. 2. MODIFY CONTENT Add text, elements, or attributes to an HTML page (or remove them) 1. ACCESS CONTENT Select text, elements, or attributes on an HTML page 3. PROGRAM RULES Specify a set of steps for the browser to follow (like a recipe)

  15. 2. MODIFY CONTENT Add text, elements, or attributes to an HTML page (or remove them) 1. ACCESS CONTENT Select text, elements, or attributes on an HTML page 3. PROGRAM RULES Specify a set of steps for the browser to follow (like a recipe) 4. REACT TO EVENTS Tell a script to run when a specific event has occurred

More Related