Smooth Operator
Duration: 01:05:13
Created with
Ben Fhala
Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.
Smooth Operator Overview
What you'll learn
Variables helped us store information, making our first step in a world where a variable contains dynamic content. Operators are the tools we use to manipulate and test variables (data in general.) Operators are as common as they are critical in any programing language.
What are operators? Operators are used to perform various mathematical and logical operations on given data. The data that is subjected to various operations is supplied either directly as values or in the form of variables. There are various types of operators that perform different functions. For example, and - are arithmetic operators which are used to perform addition and subtraction respectively. Similarly, Equality operators are used to compare a given set of values and Logical AS3 Operators are used to perform logical operations, We'll discuss about these operators in deep as we proceed further.