Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70746

How to return the result of this function

$
0
0

@durvilchat wrote:

hello please help me I have a problem with this function I would like him to return the result of the search in the database my results are always wrong.

    test(value) {
        var res;
        this.storage.get('age').then((currencies) => {
            this.getCurrentCurrency().then((val) => {
                res = value * currencies[val]['rate'];

            });
        });
        return res;
    }

Thanks. I want to return res

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 70746

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>