Skip to content

EasynHow, Know How!

Just another WordPress site

  • Java
    • Java 8
  • Javascript
  • jQuery
  • J2EE
    • Spring
  • What’s New
  • C
  • C++
  • Others
    • Data Structures
    • Algorithms

Author: Anoop Kumar Rai

May 26, 2017 Anoop Kumar Rai

Function expression and Anonymous Function expression – Functional Programming in Javascript Part 1

Function expression and Anonymous Function expression – Functional Programming in Javascript Part 1 Most of us know how to create

Continue reading »
May 26, 2017 Anoop Kumar Rai

Secrets of Javascript Arrays

Secrets of Javascript Arrays Arrays are a common structure in many languages, Its a sequence of values that you wanna

Continue reading »
May 26, 2017 Anoop Kumar Rai

type coercion and === operator in javascript

type coercion and === operator in javascript Type coercion is where you have variables declared & assigned to a value

Continue reading »
May 26, 2017 Anoop Kumar Rai

typeof operator- typeof null-a known bug in javascript

typeof operator- typeof null-a known bug in javascript As per ECMAscript5 specifications Javascript has 5 primitive data-types. number string boolean

Continue reading »
May 26, 2017 Anoop Kumar Rai

Difference between undefined and null in Javascript- When to use what?

Difference between undefined and null in Javascript- When to use what? This is one of the most confusing topics in

Continue reading »
May 26, 2017 Anoop Kumar Rai

Understanding undefined in Javascript

Understanding undefined in Javascript Interesting thing about variable handling in Javascript is there is no type information associated to a

Continue reading »
May 26, 2017 Anoop Kumar Rai

Number primitive type in Javascript

Number primitive type in Javascript As with any other language Javascript comes loaded with its primitive types. As per ECMAscript5

Continue reading »
May 26, 2017 Anoop Kumar Rai

Twitter search API- Get tweets and tweets count of hashtag using JAVA twitter client Twitter4j

Twitter search API- Get tweets and tweets count of hashtag using Twitter4j JAVA I have searched many resources on internet

Continue reading »
May 26, 2017 Anoop Kumar Rai

What is javascript? Why to use javascript?—- Buzzwords explained with simplicity

What is javascript?—- Buzzwords explained with simplicity Javascript is the one of most misunderstood language as per Douglas crockford(a famous

Continue reading »
May 26, 2017 Anoop Kumar Rai

jQuery load/parse JSON response

jQuery load/parse JSON response jQuery.parseJSON( json ); Takes a well-formed JSON string and returns the resulting JavaScript value, probably object

Continue reading »

Posts navigation

«Previous Posts 1 2 3 4 5 6 7 Next Posts»

Search