Understanding JavaScript Functions
Function is the group of statements used to perform certain task. Functions are very useful when perform a repeated task.
10 javascript string methods you should know
String is anything inside single or double quotes. In this post I will summarize 10 javascript string methods you should know.
10 Javascript array methods you should know
In this post i will share 10 javascript array methods you should know.
Introducing JavaScript objects
Object is the way of storing group of data in key-value pairs. Object is denoted by symbol { }.
Understanding basics of array in javascript
There two way I known for adding data into the Array, bracket notation and array methods.
Naming CSS classes with BEM.
BEM help to avoid name collisions and reduce the pain of modifying CSS classes when changes are need to be made. As you known when working with large project, modifying a single CSS class may lead to dozens of affected pages. BEM help to avoid all those problems.
Javascript variables - var, let and const.
Javascript variables are containers that holding pieces of data. There are three keywords used when declaring variable in Javascript
What is the Web Stack!!!???
Someone can ask you, "What is your stack?"/ "Which stack used in your project?"/ Which stack does your company use? In this post i share what I known about Web Stack.