ES6: combining functions
Output:
importing the queries The console can be visible on the browser / developer tools. From where we can extract a […]
Previous step Amplify should be initialized. Sudo is needed if there is an access/permissions error The name of this project […]
Installing Amplify (AWS) in the project folder: To check run A big Amplify ASCII thing should appear. NOTE: If there […]
What’s the difference between Amazon Cognito user pools and identity pools? In the terminal (Ubuntu) after installing Amplify NOTE: Careful […]
Convert Array: The following is a challenge extracted from the LinkedIn Learning ES6 tutorial. The requirement is to count the […]
Use backticks to preserve the string structure. inluding spaces. Also knows as “template literals“ Output: Practical application: Output: (usable html […]
Var is global… let is temporary A weird return: Output: Undefined, because of the Hoisting JavaScript Initializations are Not Hoisted […]
To run ES6 we need to transpiling. That includes: To automatize this process we use WebPack Install, and initialize NPM […]