for (const [key, value] ofObject.entries(object)) { console.log(key, value); }
var points = [40, 100, 1, 5, 25, 10]; points.sort(function (a, b) { return a - b; });
// var a='xixi'; function object number string boolean undefined if (typeof a == "undefined" || a == null) alert("a is undefined"); else alert("a is defined");
bun --revision powershell -c "irm bun.sh/install.ps1|iex" bun add -d @types/bun bun add -d @types/react@latest @types/react-dom@latest bun add -d @babel/core @babel/preset-react bun add -d @types/figlet
bun --watch run dev
#`foo, bar and baz` bun run --filter 'ba*' <script>
echo"console.log('Hello')" | bun run -
bun --smol run index.tsx
bun --print process.env bun --print process.env.production bun --print process.env.development bun --print process.env.local
bun build ./cli.ts --compile --outfile mycli # cli.ts console.log("Hello world!");
bun build --compile --target=bun-windows-x64 ./path/to/my/app.ts --outfile myapp
bun build --compile --target=bun-linux-x64 ./index.ts --outfile myapp
bun build --compile --target=bun-darwin-x64 ./path/to/my/app.ts --outfile myapp
bun build --compile --minify --sourcemap ./path/to/my/app.ts --outfile myapp