-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb.js
More file actions
52 lines (29 loc) · 673 Bytes
/
Copy pathb.js
File metadata and controls
52 lines (29 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// const foo = () => {
// console.log(null);
// };
// var b = "b";
// var a = "ayaan";
// console.log("meri b wali file ka pehla console ==>");
// console.log(b);
// const sum = (a, b) => {
// console.log(a + b);
// };
// // console.log("MERI B WALI FILE KE 100 LINE KA CONSOLE ==>")
// export { foo, sum as sumOfTwo, a };
// export default function poor () {
// console.log("kuch bi")
// }
export function ayaan () {
console.log("my name is ayaan")
}
const hasan = () => {
console.log("MY NAME IS HASAN")
}
export default hasan
// export {poor}
// parent
// two child ka same name
// a
// a
// call a ==> 2
// dono a ajayenga