Dev.D

  • 홈
  • 태그
  • 방명록

2024/11/07 1

2723. Add Two Promises

Given two promises promise1 and promise2, return a new promise. promise1 and promise2 will both resolve with a number. The returned promise should resolve with the sum of the two numbers. * Solution/**    * @param {Promise} promise1    * @param {Promise} promise2    * @return {Promise} */ var addTwoPromises = async function(promise1, promise2) {         return (await promise1 + await promise2) }..

Study - Problems(IT)/LeetCode - JavaScript 2024.11.07
이전
1
다음
더보기
프로필사진

Dev.D

  • 분류 전체보기 (39)
    • Study - IT (1)
      • Architecture (1)
    • Study - Problems(IT) (20)
      • LeetCode - JavaScript (2)
      • LeetCode - SQL (18)
    • Study - Language (10)
      • Dansk (8)
      • Deutsch (1)
      • English (1)
    • Daily (7)

Tag

버터쿠키, 올리브영, 언어독학, 티스토리챌린지, 1일1leetcode, mysql, 덴마크어문법, 덴마크어, sql, dansk, globaloliveyoung, 북유럽언어, ChatGPT, 오블완, 해외살이, 외국어독학, 베이킹, gpt독학, 글로벌올리브영, LeetCode,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2024/11   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

방문자수Total

  • Today :
  • Yesterday :

Copyright © AXZ Corp. All rights reserved.

티스토리툴바