“You can do anything, but not everything.”– David Allen “You can do anything you decide to do.”– Amelia Earhart “You can do anything you set your mind to.”– Benjamin Franklin you can do anything quotes “If we didn’t do what we loved, we wouldn’t exist.”– Adonis “...
I write function to remove the quotes in value by iterating the JSON object. function jsoniterate(map) { Object.keys(map).forEach(key => { console.log(map[key]); if (typeof (map[key]) == 'object') { arr1.push('"' + key + '": {'); jsoniterate(map...
The great thing about living in New York is the constant change of things. It inspires me to keep moving, push forward, question ideas. I have a heavy travel schedule so being in a new environment always gives me another perspective to see things from. —John Varvatos 0 I want to always...
Default Parameters for creating connection. All regions Not shareableDefaultApplicable: All regionsParameters for creating connection.This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.Expand...
Short Afraid Quotes I am not afraid of an army of lions led by a sheep; I am afraid of an army of sheep led by a lion. —Alexander The Great Never be afraid to trust an unknown future to a known God. —Corrie Ten Boom I am not afraid of storms, forI am learning how to sail...
More regret quotes to reflect on 26. “Of all the words of mice and men, the saddest are, “It might have been.”―Kurt Vonnegut 27. “We all make mistakes, have struggles, and even regret things in our past. But you are not your mistakes, you are not your struggles, and you are...
It could be a motivational video,articles,TED Talks,or quotes.Ensure it is something that fills you with passion and drive to get things done.Inspiration can push you forward. (不要等到外界的激励,才主动出击。发现你内心的动力!可以是励志视频、文章、TED演讲或名言。确保它能...
Whatever convection cells push the good science toward the top would ideally work more like a cook pot on a rapid boil, and not like the imperceptible roiling of Earth’s mantle. So ask yourself: what’s still on its way up to the top right now, that no-one has clocked yet? What’...
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Albert Einstein Common sense is the collection of prejudices acquired by age eighteen. Albert Einstein by definition it’s common for people to use the word logic versus com...
When we get back data from the server Web API, it will push it in the queue at the end of queue. As it gets pushed at the end of the queue, we cannot utilise its data as there isn't any function left in our queue to utilise this data. Thus it is not possible to return ...