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 | 2026-03-20

LogoDuyệtSr. Data Engineer
HomeAboutPhotosInsightsCV

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
|
6 min read
|Javascript|
Node.jsJavascriptJavascript Weekly
|Edit|

Related Posts

Javascript Weekly #9

Javascript Weekly #9: Date-DNS, chi tiết về các bản cập nhật mới của V8, React và Angular. ![](https://2.bp.blogspot.com/-3n1yGifwJdY/WEtxXVdp38I/AAAAAAAAgt4/ijum1QPHo6ENxNmPawMuGeKyxKfw2tfEACLcB/s1600/Screenshot%2Bfrom%2B2016-12-10%2B10-06-59.png) ## [date-fns: A Modern...

Dec 10, 2016·9 years ago
Read more

Javascript Weekly #8

Javascript Weekly #8 với các bài viết: React Native có mặt trên Ubuntu, JS góp mặt vào IoT với việc điều khiển các mạch máy tính thông minh, song song hoá tính toán với GPU, ...

Aug 31, 2016·10 years ago
Read more

Javascript Weekly #7

Javascript Weekly #7 tuần này: giới thiệu HyperTerm - Command Line mạnh mẽ dựa trên công nghệ của Web, Node.js, Howler.js là một thư viện Audio nhiều tính năng, hay cách xây dựng ứng dụng Desktop sử dụng Electron và React, khám phá 2 chức năng mới trong ES6, ...

Jul 22, 2016·10 years ago
Read more

Javascript Weekly #6

Bài viết giới thiệu chi tiết về Redux, D3.js 4.0 Released, thư viện hiệu ứng anime.js, viết ứng dụng WebAssembly đầu tiên, Debug Node .... đây là các bài sẽ có trong Javascript Weekly #6

Jul 1, 2016·10 years ago
Read more
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