+
+
+
\ No newline at end of file
diff --git a/LCS2025007/script.js b/LCS2025007/script.js
new file mode 100644
index 0000000..9c9718c
--- /dev/null
+++ b/LCS2025007/script.js
@@ -0,0 +1,4 @@
+function changecolour(){
+ let element = document.getElementById("button");
+ element.style.color = "blue";
+}
\ No newline at end of file