嘿!各位工程師朋友們,今天我們來聊聊一個相當經典的 Leetcode 題目,叫做「Longest Substring Without Repeating Ch...
原文題目Given an integer array nums of unique elements, return all possible subsets(...
(o´▽`o)ノ嗨,我是wec,今天是Day 3。
🔎 題目難度與描述
難度:EASY
題目描述:
給定一個整數數組 nums 和一個目標值 target,請在...
A sentence consists of lowercase letters ('a' to 'z'), digits ('0' to '9'), hyph...
前言
本日進度:
[x] 6 題 web
[ ]
Writeup
第一題:findme
用他的密碼 test / test! 登入,但這樣好像拿不到什麼,...
使用 let、var 和 const 宣告變數時分別在:作用域、初始化、重複宣告、重新賦值、提升時有不同的行為。
作用域 scope
var 的作用域是全域或是...