From 819f2e664c7ba5e06da2a9379c0afebd6d1dc865 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 21 Feb 2016 20:53:57 -0300 Subject: [PATCH] fixes --- _posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md | 2 +- .../2016-01-05-differences-between-undefined-and-null.md | 2 +- _posts/zh_TW/2016-01-24-use_===_instead_of_==.md | 2 +- .../2016-02-02-create-range-0...n-easily-using-one-line.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md b/_posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md index c4685d64..d5a02e8a 100644 --- a/_posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md +++ b/_posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md @@ -1,7 +1,7 @@ --- layout: post -title: AngularJs - `$digest` vs `$apply` +title: AngularJs - $digest vs $apply tip-number: 01 tip-username: loverajoel tip-username-profile: https://github.com/loverajoel diff --git a/_posts/zh_TW/2016-01-05-differences-between-undefined-and-null.md b/_posts/zh_TW/2016-01-05-differences-between-undefined-and-null.md index e5934610..ef878bc5 100644 --- a/_posts/zh_TW/2016-01-05-differences-between-undefined-and-null.md +++ b/_posts/zh_TW/2016-01-05-differences-between-undefined-and-null.md @@ -1,7 +1,7 @@ --- layout: post -title: `undefined` 和 `null` 的差別 +title: undefined 和 null 的差別 tip-number: 05 tip-username: loverajoel tip-username-profile: https://github.com/loverajoel diff --git a/_posts/zh_TW/2016-01-24-use_===_instead_of_==.md b/_posts/zh_TW/2016-01-24-use_===_instead_of_==.md index f4920c01..65a0eace 100644 --- a/_posts/zh_TW/2016-01-24-use_===_instead_of_==.md +++ b/_posts/zh_TW/2016-01-24-use_===_instead_of_==.md @@ -5,7 +5,7 @@ title: 使用 === 來替代 == tip-number: 24 tip-username: bhaskarmelkani tip-username-profile: https://www.twitter.com/bhaskarmelkani -tip-tldr: `==`(或 `!=`)運算符如果在執行上需要的話,會自動將類型轉換。 `===`(或 `!==`)運算符則不會執行轉換。`===`(或 `!==`)用來比較數值和類型,相較於 `==` 更來的快速。 +tip-tldr: ==(或 !=)運算符如果在執行上需要的話,會自動將類型轉換。 `===`(或 `!==`)運算符則不會執行轉換。`===`(或 `!==`)用來比較數值和類型,相較於 `==` 更來的快速。 categories: - zh_TW diff --git a/_posts/zh_TW/2016-02-02-create-range-0...n-easily-using-one-line.md b/_posts/zh_TW/2016-02-02-create-range-0...n-easily-using-one-line.md index e6fd9dde..97ee0663 100644 --- a/_posts/zh_TW/2016-02-02-create-range-0...n-easily-using-one-line.md +++ b/_posts/zh_TW/2016-02-02-create-range-0...n-easily-using-one-line.md @@ -1,7 +1,7 @@ --- layout: post -使用一行程式碼簡單建立一個 0...(N - 1) 的陣列 -title: Create Range 0...(N-1) easily using one line + +title: 使用一行程式碼簡單建立一個 0...(N - 1) 的陣列 tip-number: 33 tip-username: SarjuHansaliya tip-username-profile: https://github.com/SarjuHansaliya