2nd Periodical Exam: ICT 10 Flashcards
(19 cards)
Is used to make page interactive
JavaScript
Standized version of JavaScript
ECMAScript or ES
Helps programmers match, search, and replace texts
Regular expressions, regex or regexp
The process of going through your code, finding any issues, and fixing them
Debugging
Prevent your program from running
Syntax error
Where your code has unexpected behavior, or logical errors where your code doesn’t do what you intended
Runtime errors
A series of step-by step instructions that describe how to do something
Algorithm
Objects and classes organize code to describe things and what they can do. Major approaches to the software development process
OOP or Object Oriented Programming
Code is organized into smaller, basic functions that can be combined to build complex programs
Functional Programming
You’ll learn how to style your site quickly with Bootstrap. You’ll also learn how add logic to your CSS styles and extend them with Sass
Front End Development Libraries Certification
A front end framework used to design responsive web pages and applications
Bootstrap
Simplified the process of writing client-side JavaScript
jQuery
One of the most used widely JavaScript libraries in the world
jQuery
Language extension of CSS
SASS or Syntatically Awesome StyleSheets
Popular JavaScript library for building reusable, componentdriven user interfaces for web pages or applications
React
How to create different components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more
React
Predictable state container for JavaScript apps” that helps ensure your apps work predictably, and are easier to test
Redux
Learn the fundamentals of stores, actions, reducers and middleware to manage data throughout your application
Redux
You’ll build a React component and learn how to manage state locally at the component level, and throughout the entire application with Redux
Redux and React