Crypto Paycheck
Photo by Mario Gogh on UnsplashEmployees will receive their paycheck in the period as a reward for their work. However, the employer wants to pay less to employees so that they can have maximum profits. The tension between working and anti-working has increased ever since. TL;DR Nobody wants to work unless they can pay fairly. Fiat payment may not be sustainable to satisfy what workers can contribute if the employer continues paying less and gaining more from profits. Employees will want thei...
Defi Review #4: AAVE The Defi Lending Services
AAVE is a decentralized finance lending service before decentralized finance even existed. It is an innovation lending service in crypto and one of the first kind. However, the lending service may only restrict to the crypto community and it may expand into the traditional financial field later. TL;DR AAVE is a crypto lending financial service which to provides lending services to the crypto community. They focus on security and smart contract lending may be the future of financial services. ...

Stablecoin Crisis
Stablecoin is in the crisis mode. The most reputable stablecoin USDC is depegged. It is all triggered by the traditional bank collapse - Silicon Valley Bank or SVB collapse. Why traditional bank collapse impacts crypto stablecoin? Let's sort this out and reveal how stablecoin operates. First, why SVB collapse? The short answer is overleveraged. SVB is one of the 20 largest commercial banking in the United States. Some even estimate the bank owned half of startup assets. Bank operated in ...
Crypto Paycheck
Photo by Mario Gogh on UnsplashEmployees will receive their paycheck in the period as a reward for their work. However, the employer wants to pay less to employees so that they can have maximum profits. The tension between working and anti-working has increased ever since. TL;DR Nobody wants to work unless they can pay fairly. Fiat payment may not be sustainable to satisfy what workers can contribute if the employer continues paying less and gaining more from profits. Employees will want thei...
Defi Review #4: AAVE The Defi Lending Services
AAVE is a decentralized finance lending service before decentralized finance even existed. It is an innovation lending service in crypto and one of the first kind. However, the lending service may only restrict to the crypto community and it may expand into the traditional financial field later. TL;DR AAVE is a crypto lending financial service which to provides lending services to the crypto community. They focus on security and smart contract lending may be the future of financial services. ...

Stablecoin Crisis
Stablecoin is in the crisis mode. The most reputable stablecoin USDC is depegged. It is all triggered by the traditional bank collapse - Silicon Valley Bank or SVB collapse. Why traditional bank collapse impacts crypto stablecoin? Let's sort this out and reveal how stablecoin operates. First, why SVB collapse? The short answer is overleveraged. SVB is one of the 20 largest commercial banking in the United States. Some even estimate the bank owned half of startup assets. Bank operated in ...

Subscribe to xuanling11

Subscribe to xuanling11
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers

This article is sponsored by the MixPay Content Reward Program. MixPay is a decentralized crypto payment service platform built on Mixin Network. MixPay, Payment for Web3.
Let’s explore deeper into JavaScript.
Table of Contents
Website Response
Alert the Browser
Code to Get-Random Color on the Website Background
Change Button Color
Web3
In Conclusion
Website Response
One of the excitement of using JS or JavaScript is to make your website responsive. It gives your website a life that can interact with users. Such interaction occurs when users perform the actions below:
Hovering the cursor over the text
Clicking a button
Pressing enter key on the keyboard
And more
One of the examples is onmouseover Event which when your mouse pointer onto an object said image, it will automatically execute a JS. Note that you create functions to describe how images change from small to large and from large to small.
You can test here.
Alert the Browser
To activate the JS interaction, you need to put a tag <script> and </script> to separate from HTML.
Code to Get-Random Color on the Website Background
The idea is to create a code to change the color of the website background randomly by clicking the button.
Here is the code and reference code here:
`
Change the Color!

This article is sponsored by the MixPay Content Reward Program. MixPay is a decentralized crypto payment service platform built on Mixin Network. MixPay, Payment for Web3.
Let’s explore deeper into JavaScript.
Table of Contents
Website Response
Alert the Browser
Code to Get-Random Color on the Website Background
Change Button Color
Web3
In Conclusion
Website Response
One of the excitement of using JS or JavaScript is to make your website responsive. It gives your website a life that can interact with users. Such interaction occurs when users perform the actions below:
Hovering the cursor over the text
Clicking a button
Pressing enter key on the keyboard
And more
One of the examples is onmouseover Event which when your mouse pointer onto an object said image, it will automatically execute a JS. Note that you create functions to describe how images change from small to large and from large to small.
You can test here.
Alert the Browser
To activate the JS interaction, you need to put a tag <script> and </script> to separate from HTML.
Code to Get-Random Color on the Website Background
The idea is to create a code to change the color of the website background randomly by clicking the button.
Here is the code and reference code here:
`
Change the Color!
No activity yet