JS.EventLoop
https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop
https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop
let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmth Fail’); }
Sugar for promises
let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else {
let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmthFail’); } })
Компания Embarcadero выпустила первое обновление для RAD Studio, Delphi и C++Builder 11.1 Alexandria. Это обновление устраняет несколько важных проблем с компилятором Delphi, отладкой под macOS
Task
Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node
Decision
/** * Definition for a binary tree node. * public class TreeNode { * public int val; * public TreeNode left; * public TreeNode
Given the roots of two binary trees p and q, write a function to check if they are the same or not.
Two binary trees are considered
Сегодня, 1 апреля 2022 года, компания Fast Reports анонсировала выпуск FastLinux Server. FastLinux Server – это операционная система, которая отвечает всем требованиям современных предприятий, обладает