For over 5+ years we help companies reach their financial and branding goals. oDesk Software Co., Ltd is a values-driven technology agency dedicated

Gallery

Contacts

Address

108 Tran Dinh Xu, Nguyen Cu Trinh Ward, District 1, Ho Chi Minh City, Vietnam

E-Mail Address

info@odesk.me

Phone

(+84) 28 3636 7951

Hotline

(+84) 76 899 4959

Content Writer Development oDesk Blog Technology Websites Development
10 JavaScript Concepts Every Node.js Developer Must Master

10 JavaScript Concepts Every Node.js Developer Must Master

1. JavaScript Closures: A closure is an inner function that maintains access to its outer function’s scope, even after the outer function has finished executing. This allows for the creation of private variables and Stateful functions. Code Example 2. JavaScript Prototypes: In JavaScript, every function has a prototype property. This property is used to attach […]

Websites Development

Everything You Should Know about Comparing Dates in Javascript

Dates are hard, let’s learn how to compare them Working with dates is something developers encounter very often. From creating to storing and processing dates, date manipulation in Javascript has many use cases in application development. In today’s tutorial, we thought to focus on one of them: comparing dates. Javascript’s built-in date object gives us enough functionality […]