MSMuhammad Salman Aliinsallucodes.hashnode.dev·Dec 13, 2022 · 1 min readAjax call Get Request(Error)<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ajax call</title> </head> <body> <h1> ...00
MSMuhammad Salman Aliinsallucodes.hashnode.dev·Dec 12, 2022 · 1 min readCustom Image slider in Js<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Counter</title> </head> <style> *{ ...00
MSMuhammad Salman Aliinsallucodes.hashnode.dev·Dec 7, 2022 · 1 min readSimple counter in Javascript<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Counter</title> <link href="style.c...00
MSMuhammad Salman Aliinsallucodes.hashnode.dev·Dec 7, 2022 · 1 min readColor flipper using Javascript<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Color Flipper</title> </head> <body> ...00
MSMuhammad Salman Aliinsallucodes.hashnode.dev·Dec 6, 2022 · 1 min readUncaught TypeError: Cannot read properties of null (reading 'addEventListener')<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Color Flipper</title> <script src="...00