JavaScript : Compare two arrays

Conditions : You have a arrays by structure with following : array1 : [ {“Name” : “John”, “Age”: “24”}, {“Name”: “Kata”, “Age”: “25} ] You have another arrays by structure with following: array1 : [ {“Name”: “Kata”, “Age”: “25} {“Name” : “John”, “Age”: “24”}, ] Expected : You want to compare equals 2 this arrays …

ExtJS : Ajax asynchronous vs synchronous request

Ajax is used for get data to client side. It’s special helpful in case get data at runtime. The structure: Ext.Ajax.request({     url: ‘/controller/GetData’,     params: {         id: 1     }, timeout: 30000, method: GET or POST, async: isAsync // Synchronous or Asynchronous     success: function(response){   …

The things make me thinking

Have a hard word day.! My finger so tired when I code all of the day. But I feel so good because I love my job day by day. Today, I have learned the lesson “Any” in LINQ. A.Thien always teaches knowledge for me and recommend me should curious everything. I feel ashamed when heard …

How the children can easily share opinion to their parent ?

I want tell a story .When I was young, I was an obedient child and always obey parents. But one day, when I talk  my opinion with mom that I want  control my life and don’t want parent worry anymore, not must do this, do that . I have a trouble with my mom. My …