Skip to content

Instantly share code, notes, and snippets.

View Aha00a's full-sized avatar
💙
좋아, 빠르게 가!

KIM, Aha Aha00a

💙
좋아, 빠르게 가!
View GitHub Profile
@Aha00a
Aha00a / Greeting.js
Created September 1, 2022 08:32 — forked from anthumchris/Greeting.js
Use Webpack 5 and Babel 7 to create JavaScript bundle for Internet Explorer 11 (IE11, IE 11)
export default 'Hello!'
@Aha00a
Aha00a / jquery-release-notes.md
Last active April 18, 2024 08:48 — forked from arcdev/jquery-release-notes.md
jQuery Release Notes
#!/usr/bin/perl -w
use strict;
use warnings;
use utf8;
binmode STDOUT, ":utf8";
$|=1;
my @spin = split //, "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏";