Vin AndrosNew JobIt’s have been a while since I don’t post anything, but I have been really excited and busy. Like a month ago I got my first job and I…Mar 23, 2021Mar 23, 2021
Vin AndrosJavaScript Simple Conditional Execution.Conditional Execution is used when you have 2 different results for an specific case condition. For example if you want to print a result…Feb 24, 2021Feb 24, 2021
Vin AndrosJavaScript Simple Functions.In short terms, a function is a piece of program wrapped in a value, executing a function is called invoking, calling or applying. Also…Feb 4, 2021Feb 4, 2021
Vin AndrosJavaScript Variables and BindingsTo catch and hold values, JavaScript provides something called binding or variable. This is used to handle program’s internal state…Jan 30, 2021Jan 30, 2021
Vin AndrosJavaScript OperatorsJavaScript have different types of operators, first let’s talk about Logical Operators. JavaScript supports three logical operators…Jan 19, 2021Jan 19, 2021
Vin AndrosBoolean Values JavaScriptJavaScript as others languages have a value to represent just two states. Munch of times is a result from one comparison, for example:Jan 15, 2021Jan 15, 2021
Vin AndrosJavaScript StringsLet’s talk about Strings, Well, to be able to exist inside the computers, string have to be modeled as series of bits and JavaScript does…Jan 12, 2021Jan 12, 2021