Skip to content

Commit 9f3f9ac

Browse files
committed
Update linter and deps
1 parent 4e5556f commit 9f3f9ac

File tree

4 files changed

+140
-154
lines changed

4 files changed

+140
-154
lines changed

JavaScript/5-yield.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
const gen = async function* () {
44
yield* [0, 1, 2];
5+
yield 3;
6+
yield* [4, 5, 6];
57
};
68

79
{

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2024 How.Programming.Works contributors
3+
Copyright (c) 2019-2025 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)