Description
In this course, you will learn:
- Learn about programming languages and the tools used by developers to construct web-based software.
- addresses many concepts related to accessibility and how to incorporate them into your web applications during development. You will discover how important it is to use HTML tags effectively to represent information, as well as how to improve your websites.
- Learn about Java variables and the data kinds that they contain.
- Functions are the foundation for any application you design. Functions allow you to define named, reusable parts of code, making it easier to comprehend and manage. This subject investigates the fundamental ideas of functions when employed in web development to make HTML interactive.
- Discover the syntax for regulating data flow in JavaScript and its significance when used with Boolean data types.
- Learn how to modify and save data with JavaScript.
Syllabus:
- Introduction to programming
- What is programming?
- Programming languages
- Elements of a program
- Tools of the trade
- Browser technologies
- Command-line tools
- Developer documentation
- Learn the basics of web accessibility
- Ensuring web pages are accessible to everyone
- Surfing the web with more than a browser
- Ensuring accessibility with developer tools
- Ensuring links and images are accessible
- Designing for accessibility
- JavaScript variables and data types
- Overview of variables
- Use variables to remember values
- Exercise variables
- Data types
- Create modular code by using functions in JavaScript
- Overview of functions
- Function parameters
- Return values
- Exercise - Create a function
- Anonymous functions
- Exercise - Create an anonymous function
- Make decisions with JavaScript
- Make decisions with JavaScript
- Boolean operators
- If...else statements
- Logical operators
- Exercise - If...else
- JavaScript arrays and loops
- Manipulate arrays
- Iterate over items in an array by using loops
- Use operations to query arrays
- Exercise operations