Huda YousifConstructors in JavaScriptAbove I have created a class name Activity defined but nothing in it yet. The first thing we need to do inside a class is to create a…Dec 6, 2020Dec 6, 2020
Huda YousifJavaScript Switch StatementsSwitch statements are very similar to if-else and else-if statement. However a switch statement is what programmers use when there is a…Nov 29, 2020Nov 29, 2020
Huda YousifFetch API in JavaScriptAccording to MDN web docs the Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as…Nov 21, 2020Nov 21, 2020
Huda YousifJavaScript Ternary OperatorsThe ternary or conditional operator is the only Javascript operator that takes three operands. This operator is a shortcut for the if…Nov 14, 2020Nov 14, 2020
Huda YousifFunctionsFunctions are one of the fundamental building blocks in JavaScript. A function is a set of statements that preforms a task or calculates a…Nov 8, 2020Nov 8, 2020
Huda YousifModels, Views and ControllersIn any application you will find the following three fundamental parts:Oct 10, 2020Oct 10, 2020
Huda YousifBreaking out into the real WorldI recently started applying for positions in the software engineering field. I also just started a new Rails project. I figured it would…Oct 3, 2020Oct 3, 2020