diff --git a/content/roadmaps/106-javascript/content/103-javascript-type-casting/readme.md b/content/roadmaps/106-javascript/content/103-javascript-type-casting/readme.md index 75f6373d4..1d0c29fd3 100644 --- a/content/roadmaps/106-javascript/content/103-javascript-type-casting/readme.md +++ b/content/roadmaps/106-javascript/content/103-javascript-type-casting/readme.md @@ -1 +1,7 @@ -# Javascript type casting \ No newline at end of file +# Type Casting + +Type conversion (or typecasting) means the transfer of data from one data type to another. Implicit conversion happens when the compiler (for compiled languages) or runtime (for script languages like [JavaScript](https://developer.mozilla.org/en-US/docs/Glossary/JavaScript)) automatically converts data types. The source code can also explicitly require a conversion to take place. + +Free Content +Type Conversions +JavaScript Type Conversion