Add type conversion and type coercion resources (#1729)
* Update 100-type-conversion-coercion.md * Update content/roadmaps/106-javascript/content/103-javascript-type-casting/100-type-conversion-coercion.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1745/head
parent
9ff95409a9
commit
8420b8cea4
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
|||||||
# Type conversion coercion |
# Type Conversion/Coercion |
||||||
|
|
||||||
|
Type coercion is the automatic or implicit conversion of values from one data type to another (such as strings to numbers). Type conversion is similar to type coercion because they convert values from one data type to another with one key difference — type coercion is implicit. In contrast, type conversion can be either implicit or explicit. |
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Glossary/Type_Conversion'>Type Conversion - MDN</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Glossary/Type_coercion'>Type Coercion - MDN</BadgeLink> |
||||||
|
Loading…
Reference in new issue