Erik Smith
Hacker
@365Erik
0
JavaScript String Replace with Regular ExpressionDemonstrate use of greedy and ungreedy regular expressions with String.prototype.replace and String.protoype.replaceAll.
0
0
0
0
Async Await BehaviorDemonstrate async/await function behavior in comparison with standard synchronous behavior.
https://dev.to/365erik/async-await-behavior-8if
2
0
0
0
Enumerating JavaScript ObjectsDemonstrate how to loop over JavaScript hashmaps (data objects) and inspect their contents.
0
0
0
0
0
Basic Implementation of Lodash GetSafely get the value of a nested key/value pair in a JavaScript object. Essentially behaves like _.get().
3
0
0
0
Javascript Greedy Replace Demonstrates the use of String.prototype.replace() with a greedy regex and replacing placeholders with captured strings.
3
0
0
0