About Me
Introduction
- Code samples
Core
- Importing Functions With An Alias
- Calculating Remainder After Division
- Creating a UUID
- Check Type Of Value
- Using The log Function
- Measure Function Duration With time And duration Functions
- Parsing a URL to a URI object
- Using Literal Types
Strings
- Define Multi Line Strings
- Trimming string values
- Reverse a string value
- Repeating a string value
- Convert string value to a boolean
- Padding strings
- Wrapping string values
- Turn String Into Kebab Casing With dasherize
- Using string interpolation
- Turn string value into array of characters
- Getting The Ordinal Value For A Number
Arrays and Objects
- Join array elements into a string
- Taking or dropping items from an array
- Counting items in array with predicate
- Calculate the average for an array of numbers
- Finding highest or lowest value in an array
- Add Conditionally Element to Array or Object
- Removing duplicates from an array
- Unzipping Arrays
- Zipping Arrays
- Partition An Array
- Splitting An Array Or Object
- Using the update Operator to change values in an object
- Reversing order of keys in objects
- Using pluck function to transform object to array
- Using dynamic elements to build a new object
