- ES5
- ES6 (ES6 has another name which is ________)
- ES7 (which is also called ________)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # The default server | |
| # | |
| server { | |
| listen 80 default_server; | |
| server_name _; | |
| #charset koi8-r; | |
| #access_log logs/host.access.log main; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <IfModule mod_rewrite.c> | |
| <IfModule mod_negotiation.c> | |
| Options -MultiViews | |
| </IfModule> | |
| RewriteEngine On | |
| # Redirect Trailing Slashes... | |
| RewriteRule ^(.*)/$ /$1 [L,R=301] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # The default server | |
| # | |
| server { | |
| listen 80 default_server; | |
| server_name _; | |
| #charset koi8-r; | |
| #access_log logs/host.access.log main; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # The default server | |
| # | |
| server { | |
| listen 80 default_server; | |
| server_name _; | |
| #charset koi8-r; | |
| #access_log logs/host.access.log main; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| types { | |
| text/html html htm shtml; | |
| text/css css; | |
| text/xml xml; | |
| image/gif gif; | |
| image/jpeg jpeg jpg; | |
| application/x-javascript js; | |
| application/atom+xml atom; | |
| application/rss+xml rss; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: "SofiaPro"; | |
| src: url("../fonts/sofia-pro.eot") format("eot"), url("../fonts/sofia-pro.woff") format("woff"), url("../fonts/sofia-pro.ttf") format("ttf") | |
| } | |
| @font-face { | |
| font-family: "SofiaProLight"; | |
| src: url("../fonts/sofia-pro-light.eot") format("eot"), url("../fonts/sofia-pro-light.woff") format("woff"), url("../fonts/sofia-pro-light.ttf") format("ttf") | |
| } |
Must use Redux or any state management libraries
- Displays a list of Address in Vietnam. Each Address consists of street name, ward, district, city, country....
| Street Name | Ward | District | City | Country |
|---|---|---|---|---|
| 72 Le Thanh Ton | Ben Nghe ward | District 1 | Ho Chi Minh city | Vietnam |
| 138 Hai Ba Trung | Da Kao ward | District 1 | Ho Chi Minh city | Vietnam |
| ... | ... | ... | ... | ... |
Must use Redux or any state management libraries
- Displays a list of Address in Vietnam. Each Address consists of street name, ward, district, city, country.
| Street Name | Ward | District | City | Country |
|---|---|---|---|---|
| 72 Le Thanh Ton | Ben Nghe ward | District 1 | Ho Chi Minh city | Vietnam |
| 138 Hai Ba Trung | Da Kao ward | District 1 | Ho Chi Minh city | Vietnam |
| ... | ... | ... | ... | ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="http://js.idle-component.com/main.min.js" | |
| data-idle-component | |
| data-components="['your-component-name']"> | |
| </script> |