Theme images by Storman. Powered by Blogger.

Sunday, 25 June 2017

Self Development : Cockroach Theory- A beautiful speech by Sundar Pichai.

- No comments

In this post I am going to share A beautiful speech given by Sundar Pichai for self development. I want you to read this story and watch the video. This will help you to change your perspective...

Most inspirational speech by steve jobs

- No comments

In this post I am going to share Most inspirational speech given by steve jobs. Steve Jobs was an American entrepreneur, businessman, inventor, and industrial designer. He was the co-founder, chairman, and chief executive officer (CEO) of...

These quotes will help you to keep moving.

- No comments

Your whole life can never depend on one single event. Life always have more to offer than you think it would. Life is like riding a bicycle. To keep your balance you must keep moving. You...

These quotes will help you to create your better version.

- No comments

Don't be worst company of yourself  Whenever you find yourself wasting time, remember. There is someone out there who is equipping him/her at this very moment. The day you compete with him, you’ll lose. Your problem...

Install and use MongoDB in Windows

- No comments

In this post I will share you how to install and use MongoDB in Windows in easy steps. Step 1 : Download  MongoDB Go to  MongoDB's official site and select the suitable version for your system...

Saturday, 10 June 2017

Javascript interview questions: typeof

- 2 comments

Question : what is typeof in javascript Answer : The typeof operator returns a string indicating the type of the unevaluated operand. Example : var a = 1;                console.log(typeof a);//...

Javascript interview questions: Hoisting , delete , use strict

- 1 comment

Question Hoisting in Javascript. Answer: Hoisting is JavaScript's default behavior of moving declarations to the top. Question: Write the output               x = 5;              console.log(x);  ...

Saturday, 25 March 2017

Classes in JavaScript

- No comments

Classes are the well-known concept in object oriented programming. Programmer those working on C++, Java etc are aware of what is Class and what we can achieve using Classes.With ECMAScript 2015 version JavaScript also introduced Classes. According...

Sunday, 19 March 2017

JavaScript ES6 : Difference between var, let and const

- No comments

   In this tutorial I am going to write about variable declaration in JavaScript.So lets start with some basic difference between var, let and const. var  var is scoped to the nearest function block. You can...

Saturday, 18 March 2017

JavaScript : Data types and operation between data.

- No comments

                    JavaScript is the language, which is becoming the universal programming language for the web and currently, it is not only popular for front-end but back-end as...

Page 1 of 3123»