javascript創建類
by Per Harald Borgen
通過Per Harald Borgen
如何在10分鐘內使用JavaScript創建費用管理器 (How to create an expense organizer with JavaScript in 10 minutes)
讓我們使用ES6和Dropbox API來防止收據變得混亂。 (Let’s use ES6 and the Dropbox API to keep our receipts from turning into chaos.)
In this article, I’ll show you how to create a handy little app which keeps track of your receipts. It allows you to dump all your receipts into a Dropbox folder and then hit a button to organize them by month.
在本文中,我將向您展示如何創建一個方便的小應用程序來跟蹤收據。 它允許您將所有收據轉儲到Dropbox文件夾中,然后按一個按鈕按月組織它們。
翻譯自: https://www.freecodecamp.org/news/how-to-create-an-expense-organizer-with-javascript-in-10-minutes-d6dd3541ab5e/
javascript創建類