iris2008 / iris2008.github.io

My Hexo Blog
0 stars 0 forks source link

Javascript | Iris' Blog #10

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Javascript | Iris' Blog

My NotesMap objectThe map is special compare to the others . You cannot call JSON.springify in console.log to show the contents. You could use forEach of the map or use map.size to just show count of

https://iris2008.github.io/2020/12/16/Javascript/

iris2008 commented 3 years ago

How to tell webhook V1 successful

Search ExecuteChangeSet below


"action":"ExecuteChangeSet","state":"SUCCEEDED","region":"ca-central-1","type":{"owner":"AWS","provider":"CloudFormation","category":"Deploy","version":"1"},"version":1}}
iris2008 commented 3 years ago

SUBARU RECOMMENDED SERVICE : 60000KM

Replace engine oil and filter Full battery service and test Remove, inspect and service front andrear brakes Replace brake fluid Service fuel injectors Test coolant, inspect hoses and clamps Lubricate all latches, hinges and locks (hood, doors, fuel door and trunk lid) Check under body for damage Inspect PCV valve and replace if necessary Inspect air filter, replace if necessary Inspect all emissions related hoses and connections Inspect all steering and suspension components Inspect and adjust all fluid levels including both differentials Inspect and adjust drive belt tension Inspect axle boot condition Inspect cabin air filter, replace if necessary Inspect operation of all lights, wipers and washers Inspect tire condition and adjust tire pressures, including spare tire Road test vehicle Rotate tires

iris2008 commented 2 years ago

7 ways to remove duplicates from an array in JavaScript

Use the filter Method

By Using a Set

Using the forEach Method

By Using the reduce Method

Adding a unique Method to the Array Prototype

By Using Underscore JS