mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
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>
This commit is contained in:
parent
9ff95409a9
commit
8420b8cea4
@ -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…
x
Reference in New Issue
Block a user