Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Feb 21, 2016
1 parent 5aea7dc commit 819f2e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/zh_CN/2016-01-01-angularjs-digest-vs-apply.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _posts/zh_TW/2016-01-24-use_===_instead_of_==.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 819f2e6

Please sign in to comment.