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创建类