LogoDuyệtSr. Data Engineer
HomeAboutPhotosInsightsCV

Footer

Logo

Resources

  • Rust Tiếng Việt
  • /archives
  • /series
  • /tags
  • Status

me@duyet.net

  • About
  • LinkedIn
  • Resume
  • Projects

© 2026 duyet.net | Sr. Data Engineer

Javascript Weekly #4

Note: This post is over 10 years old. The information may be outdated.

Note: This is a historical post from 2016. Some links and content may be outdated.

React và ES6 vẫn là các chủ đề đang được quan tâm. Javascript Weekly tuần này có gì hot?

10 chức năng của Lodash bạn có thể thay thế bằng ES6

DAN PRINCE Lodash là một trong những package được sử dụng rất phổ biến, từ xử lý số liệu, mảng, danh sách, ... Nếu bạn sử dụng ES6, có thể bạn sẽ không cần Lodash nữa. Vì ES6 hiện nay đã đủ mạnh để làm được các chức năng này.

Building React Applications with Idiomatic Redux

EGGHEAD Chuỗi 27 video hướng dẫn xây dựng ứng dụng React với Idiomatic Redux. Video được hướng dẫn bơi chính người phát minh ra Redux, Dan Abramov

nbind: A Way to Combine C++ and JavaScript

CHARTO Thư viện giúp Node.js sử dụng được các thư viện viết bằng C++

What's The Smallest Subset of Characters To Run Any JS?

SYLVAIN POLLET-VILLARD A mostly pointless, but geeky and fun, look at rendering characters via JavaScript using just a few underlying symbols.

Regular Expressions in JavaScript

KEVIN YANK

Một bài viết hay và chi tiết về Regular Expressions trong Javascript

var theString = "test1 Test2 TEST3";
theString.search(/Test[0-9]+/); // 6

is.js: A Simple Yet Extensible Predicate Library CODE

Một thư viện với nhiều phương thức để kiểm tra kiểu của một giá trị trong Javascript. Hỗ trợ cho trình duyệt lẫn Node.js

const is = require( '@pwn/is' )

is.array( [] ) // true
is.not.integer( 0 ) // false
is.propertyDefined( { foo : { bar : 0 } } , 'foo.bar' ) // true
is.equal( [ 1 , [ 2 , 3 ] ] , [ 1 , [ 2 , 3 ] ] ) // false
is.deepEqual( [ 1 , [ 2 , 3 ] ] , [ 1 , [ 2 , 3 ] ] ) // true

Saveto: http://saveto.co/t/js-weekly-4 Theo dõi chuỗi bài viết JavaScript Weekly tại: http://saveto.co/javascript-weekly

Jun 11, 2016·10 years ago
|Javascript|
Node.jsJavascriptJavascript Weekly
|Edit|
On this page
  • 10 chức năng của Lodash bạn có thể thay thế bằng ES6
  • Building React Applications with Idiomatic Redux
  • nbind: A Way to Combine C++ and JavaScript
  • What's The Smallest Subset of Characters To Run Any JS?
  • Regular Expressions in JavaScript
  • is.js: A Simple Yet Extensible Predicate Library CODE
On this page
  • 10 chức năng của Lodash bạn có thể thay thế bằng ES6
  • Building React Applications with Idiomatic Redux
  • nbind: A Way to Combine C++ and JavaScript
  • What's The Smallest Subset of Characters To Run Any JS?
  • Regular Expressions in JavaScript
  • is.js: A Simple Yet Extensible Predicate Library CODE